gabocli
v1.0.0
Published
CLI tool for the Lazy Express API developer
Downloads
3
Readme
gabocli
Description
An easy way to create controllers and models files with the common boilerplate on them.
Instalation
npm install -g gabo-cli
Usage
Just run the following commands with your CLI on the root project of your express api:
gabo controller <name>
or
gabo model <name>