0.0.5 • Published 1 year ago

@eqxjs/cli v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

cli

Equinox2 Projects: custom NestJS CLI

forked from: https://github.com/nestjs/nest-cli (tag: 9.1.5)

Installation

npm install -g eqx-cli

Development

# build, install and run locally as global package
npm run build && npm install -g ./

# uninstall
npm uninstall -g eqx-cli