README
Seerjs
Seerjs is a command line help you to speed up your node projects development.
Installation
$ npm install @1450factory/seerjs -g
or
$ npx @1450factory/seerjs ....
Usage
seerjs [options] [command]
Options:
- -v, --version: Display the current version
- -d, --debug: Output extra debugging
- -js, --javascript: Use javascript (default)
- -ts, --typescript: Use typescript
- -h, --help: Display help for command
Commands:
- new
[destination]: Creating a new Nodejs application - make:model
[destination]: Make a model file - help [command]: Display help for command
Uninstalling
You can uninstall it using the following command:
$ npm uninstall -g @1450factory/seerjs