1.0.1 • Published 5 years ago

froobit-cli v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Froobit-CLI

Official Froobit CLI tool for project quick setup & project files creation.

Instalation

npm install -g froobit-cli

Project Quick Setup

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>

Create command

froo create <entity-name>

Example

Command:

froo create SpaceShip

Will create two files, Controller and Entity files with boilerplate code.

├── src/client
	├── controller
	│ 	└── SpaceShipController.js
	└── entity
		└── SpaceShip.js

License

This work is available under MIT license