nest-combo 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.MD +8 -1
- package/package.json +1 -1
package/README.MD
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# NestJS Combo CLI
|
|
2
2
|
|
|
3
|
-
 
|
|
3
|
+
  [](https://github.com/vinisalves/nest-combo/actions/workflows/ci.yml)
|
|
4
4
|
|
|
5
5
|
A CLI tool to generate NestJS Projects, modules, controllers, services, and other components in a single line command.
|
|
6
6
|
|
|
@@ -8,6 +8,7 @@ A CLI tool to generate NestJS Projects, modules, controllers, services, and othe
|
|
|
8
8
|
|
|
9
9
|
## Table of Contents
|
|
10
10
|
|
|
11
|
+
- [Motivation](#motivation)
|
|
11
12
|
- [How it works](#how-it-works)
|
|
12
13
|
- [Features](#features)
|
|
13
14
|
- [Installation](#installation)
|
|
@@ -19,6 +20,12 @@ A CLI tool to generate NestJS Projects, modules, controllers, services, and othe
|
|
|
19
20
|
|
|
20
21
|
---
|
|
21
22
|
|
|
23
|
+
## Motivation
|
|
24
|
+
|
|
25
|
+
The motivation is [here](https://medium.com/javascript-in-plain-english/speed-up-your-nestjs-development-workflow-with-nest-combo-cli-e5dcc2da46e6).
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
22
29
|
## How It Works
|
|
23
30
|
|
|
24
31
|
### How Nest-Combo Works with NestJS CLI
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nest-combo",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"main": "lib/generate.js",
|
|
5
5
|
"description": "nest-combo is a CLI tool designed to supercharge your NestJS development workflow. Define your entire project structure in a yml file and generate modules, controllers, services, and more with a single command.",
|
|
6
6
|
"type": "module",
|