nca-kit
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

nca-kit

node clean architecture management tool

oclif Version Appveyor CI Downloads/week License

Usage

$ npm install -g nca-kit
$ nca COMMAND
running command...
$ nca (-v|--version|version)
nca-kit/0.2.2 linux-x64 node-v12.18.2
$ nca --help [COMMAND]
USAGE
  $ nca COMMAND
...

Commands

nca add PACKAGENAME

add and managing packages

USAGE
  $ nca add PACKAGENAME

ARGUMENTS
  PACKAGENAME  name of js module you want to add to NCA

OPTIONS
  -c, --controllers
  -d, --dev
  -e, --entity
  -g, --global
  -i, --interface
  -s, --infra
  -u, --usecase

See code: src/commands/add.ts

nca create [SERVICENAME]

creates node js clean architecture micro service

USAGE
  $ nca create [SERVICENAME]

EXAMPLE
  $ nca create yourServiceName

See code: src/commands/create.ts

nca help [COMMAND]

display help for nca

USAGE
  $ nca help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

nca remove PACKAGENAME

remove package from nca

USAGE
  $ nca remove PACKAGENAME

ARGUMENTS
  PACKAGENAME  name of js module you want to remove from NCA

See code: src/commands/remove.ts

Readme

Keywords

Package Sidebar

Install

npm i nca-kit

Weekly Downloads

0

Version

0.2.2

License

MIT

Unpacked Size

40.3 kB

Total Files

41

Last publish

Collaborators

  • eyousefifar