CLI tool to create Express projects.
$ npm install -g @danielcoker/epp
$ epp COMMAND
running command...
$ epp (-v|--version|version)
@danielcoker/epp/0.3.1 win32-x64 node-v12.16.0
$ epp --help [COMMAND]
USAGE
$ epp COMMAND
...
Creates a new Express project.
USAGE
$ epp create [NAME]
ARGUMENTS
NAME The name of the Express project.
ALIASES
$ epp c
See code: src\commands\create.ts
display help for epp
USAGE
$ epp help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help