1.0.6 • Published 2 years ago

@vp_solutions/esc v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@vp_solutions/esc

oclif Version Downloads/week

Package provide CLI for Express Skeleton.

Usage

$ npm install -g @vp_solutions/esc
$ esc COMMAND
running command...
$ esc (-v|--version|version)
@vp_solutions/esc/1.0.4 linux-x64 node-v14.17.1
$ esc --help [COMMAND]
USAGE
  $ esc COMMAND
...

Commands

esc generate SCHEMATIC NAME

Command help create skeleton schematics like module, controller or repository.

USAGE
  $ esc generate SCHEMATIC NAME

ARGUMENTS
  SCHEMATIC  (module|router|service|controller|repository) Provide information about which skeleton schematic should be
             created.

  NAME       Provide name which will be used as schematic name (class name for example).

OPTIONS
  -h, --help  show CLI help

  --shared    (Only for module schematic) Use this flag if you want to create shared module.
              By default module created as feature module.

esc help [COMMAND]

display help for esc

USAGE
  $ esc help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

esc new NAME

Command create new Express Skeleton application.

USAGE
  $ esc new NAME

ARGUMENTS
  NAME  Provide name which will be used as schematic name (class name for example).

OPTIONS
  -h, --help  show CLI help
  --docker
  --jest
1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago