A simple CLI for creating Myfirbase projects.
Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.
$ npm install -g myfirebase-cli
$ myfirebase new:project <project-name>
Example:
$ myfirebase new:project my-project
$ myfirebase new:component <component-name>
$ myfirebase new:model <model-name>
$ myfirebase new:middleware <middleware-name>