File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ A NestJS module for building CLI applications
22
22
23
23
## What is this?
24
24
25
- ** TODO** : package overview
25
+ [ NestJS] [ 1 ] is a framework for building [ Node.js] [ 2 ] server-side applications. It can also be used, however, to build
26
+ [ standalone applications] [ 3 ] , thus allowing developers to implement the same architectural patterns across applications.
27
+ Built on top of [ Commander.js] [ 4 ] , ` nest-commander ` brings the NestJS developer experience to CLI applications.
26
28
27
29
## Install
28
30
29
- This package is [ ESM only] [ 1 ] .
31
+ This package is [ ESM only] [ 5 ] .
30
32
31
33
``` sh
32
34
yarn add -D @flex-development/nest-commander @nestjs/common @nestjs/core @nestjs/testing
@@ -51,11 +53,15 @@ yarn add -D @flex-development/nest-commander@flex-development/nest-commander @ne
51
53
52
54
## Types
53
55
54
- This package is fully typed with [ TypeScript] [ 2 ] .
56
+ This package is fully typed with [ TypeScript] [ 6 ] .
55
57
56
58
## Contribute
57
59
58
60
See [ ` CONTRIBUTING.md ` ] ( CONTRIBUTING.md ) .
59
61
60
- [ 1 ] : https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
61
- [ 2 ] : https://www.typescriptlang.org
62
+ [ 1 ] : https://docs.nestjs.com/
63
+ [ 2 ] : https://nodejs.org/
64
+ [ 3 ] : https://docs.nestjs.com/standalone-applications
65
+ [ 4 ] : https://github.com/tj/commander.js
66
+ [ 5 ] : https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
67
+ [ 6 ] : https://www.typescriptlang.org
You can’t perform that action at this time.
0 commit comments