Package Exports
- @flex-development/nest-commander
- @flex-development/nest-commander/commander
- @flex-development/nest-commander/package.json
- @flex-development/nest-commander/testing
Readme
nest-commander
A NestJS module for building CLI applications
Contents
What is this?
NestJS is a framework for building Node.js server-side applications. It can also be used, however, to build
standalone applications, thus allowing developers to implement the same architectural patterns across applications.
Built on top of Commander.js, nest-commander brings the NestJS developer experience to CLI applications.
Install
This package is ESM only.
yarn add -D @flex-development/nest-commander @nestjs/common @nestjs/core @nestjs/testingFrom Git:
yarn add -D @flex-development/nest-commander@flex-development/nest-commander @nestjs/common @nestjs/core @nestjs/testingSee Git Protocol | Yarn for details on requesting a specific branch, commit, or tag.
Use
TODO: usage docs
Types
This package is fully typed with TypeScript.
Contribute
See CONTRIBUTING.md.