work-in-progress / scotty

Command line utility for ScottyApp

Home Page:http://scottyapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Command line utility for ScottyApp

http://scottyapp.com

License:MIT License


Languages

Language:CoffeeScript 93.8%Language:JavaScript 6.2%