nest-combo 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/README.MD +1 -1
  2. package/package.json +1 -1
package/README.MD CHANGED
@@ -1,6 +1,6 @@
1
1
  # NestJS Combo CLI
2
2
 
3
- ![npm](https://img.shields.io/npm/v/nest-combo) ![npm](https://img.shields.io/npm/dt/nest-combo)
3
+ ![npm](https://img.shields.io/npm/v/nest-combo) ![npm](https://img.shields.io/npm/dt/nest-combo) [![CI](https://github.com/vinisalves/nest-combo/actions/workflows/ci.yml/badge.svg)](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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nest-combo",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
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",