jhoguet-sidekick

0.1.1 • Public • Published

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

/jhoguet-sidekick/

    Package Sidebar

    Install

    npm i jhoguet-sidekick

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • jhoguet