Command line interface for Foton framework FotonJS
You need to install globally and run with sudo previllages
$ sudo npm install -g foton-cli
creating fresh project
$ foton create --project <project-name>
$ foton create --model <model-name>
$ foton create --controller <controller-name>
$ foton create --rules <rules-name>
$ foton create --migration <migration-name>
$ foton create --testing <test-name>