Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 902 Bytes

README.md

File metadata and controls

50 lines (27 loc) · 902 Bytes

About ScottyApp

ScottyApp automates the creation and management of your application backends. You define entities and behavior, either through the command line or on http://scottyapp.com, and ScottyApp takes care of the rest.

Build Status

Install

npm install -g scotty

Usage

scotty help

About Us

Check out

Follow us on Twitter at

  • @getscottyapp

and like us on Facebook please. Every mention is welcome and we follow back.

Release Notes

0.0.1

  • First version

Internal Stuff

  • npm run-script watch

Publish new version

  • ENSURE THAT THE TESTS PASS
  • Change version in package.json
  • git tag -a v0.0.1 -m 'version 0.0.1'
  • git push --tags
  • npm publish

Copyright

Copyright (c) 2011 Martin Wawrusch. See LICENSE for further details.