bigroom-cli
v3.0.1
Published
Command line interface for rapid development
Readme
bigroom-cli
install
npm install -g bigroom-clibigroom create
To create a new project, run:
bigroom create my-projectbigroom generate <template>
To generate a new project with <template>, run:
bigroom generate chrome-extension
bigroom g chrome-extensionall templates: [chrome-extension]
bigroom dev
To run the local project, run:
bigroom devbigroom build
To build the project, run:
bigroom build