0.1.1 • Published 11 years ago

jhoguet-sidekick v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 years ago

#Sidekick This is an opinionated framework for spinning up applications. It is intended to make it easy to build small apps quickly, and to document and automate as many best practices as possible.

Now that I have two small children, I need to automate as much as possible - so that I can build something quickly and then get back to playing with them :)

Getting Started

To install

npm install -g jhoguet-sidekick

Then you can create and deploy a new web app as easy as

sidekick web hello-world-web jhoguet@gmail.com
git add .
git commit -m "testing"
grunt deploy:live
grunt open:live

or run locally

grunt dev
# in another terminal
grunt open:local