1.5.0 • Published 5 years ago
express-deux v1.5.0
Deux
A generator for building better Express apps
Usage
$ npm install -g express-deux
$ deux COMMAND
running command...
$ deux (-v|--version|version)
express-deux/1.5.0 win32-x64 node-v14.16.0
$ deux --help [COMMAND]
USAGE
  $ deux COMMAND
...Commands
deux controller NAMEdeux help [COMMAND]deux model NAMEdeux routes NAMEdeux service NAMEdeux template NAME DIRdeux uuid
deux controller NAME
Creates a Controller file from template.
USAGE
  $ deux controller NAMESee code: src/commands/controller.js
deux help [COMMAND]
display help for deux
USAGE
  $ deux help [COMMAND]
ARGUMENTS
  COMMAND  command to show help for
OPTIONS
  --all  see all commands in CLISee code: @oclif/plugin-help
deux model NAME
Creates a Model file from template.
USAGE
  $ deux model NAMESee code: src/commands/model.js
deux routes NAME
Creates a Route file from template.
USAGE
  $ deux routes NAMESee code: src/commands/routes.js
deux service NAME
Creates a Service file from template.
USAGE
  $ deux service NAMESee code: src/commands/service.js
deux template NAME DIR
Clones an existing Express app repository.
USAGE
  $ deux template NAME DIRSee code: src/commands/template.js
deux uuid
Generates a v4 UUID
USAGE
  $ deux uuidSee code: src/commands/uuid.js