1.5.0 • Published 3 years ago

express-deux v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Deux

A generator for building better Express apps

oclif Version Downloads/week License

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 NAME

Creates a Controller file from template.

USAGE
  $ deux controller NAME

See 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 CLI

See code: @oclif/plugin-help

deux model NAME

Creates a Model file from template.

USAGE
  $ deux model NAME

See code: src/commands/model.js

deux routes NAME

Creates a Route file from template.

USAGE
  $ deux routes NAME

See code: src/commands/routes.js

deux service NAME

Creates a Service file from template.

USAGE
  $ deux service NAME

See code: src/commands/service.js

deux template NAME DIR

Clones an existing Express app repository.

USAGE
  $ deux template NAME DIR

See code: src/commands/template.js

deux uuid

Generates a v4 UUID

USAGE
  $ deux uuid

See code: src/commands/uuid.js