froobit-cli

1.0.1 • Public • Published

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

/froobit-cli/

    Package Sidebar

    Install

    npm i froobit-cli

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    21.5 kB

    Total Files

    22

    Last publish

    Collaborators

    • ognjenvucko