Official Froobit CLI tool for project quick setup & project files creation.
npm install -g froobit-cli
Init command will create a new Froobit project. It will generate all the necessary boilerplate code so that you can start working on a new Froobit project right away.
froo init <project-name>
froo create <entity-name>
Command:
froo create SpaceShip
Will create two files, Controller and Entity files with boilerplate code.
├── src/client
├── controller
│ └── SpaceShipController.js
└── entity
└── SpaceShip.js
This work is available under MIT license