Skip to content

Commit 2b3f891

Browse files
authored
Merge branch 'master' into fix/refactor
2 parents 0f5d3c9 + 0c3d889 commit 2b3f891

File tree

2 files changed

+181
-12705
lines changed

2 files changed

+181
-12705
lines changed

README.md

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,37 @@
1-
<p align="center">
2-
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="120" alt="Nest Logo" /></a>
3-
</p>
4-
5-
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications.</p>
6-
<p align="center">
7-
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/cli.svg" alt="NPM Version" /></a>
8-
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/l/@nestjs/cli.svg" alt="Package License" /></a>
9-
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/dm/@nestjs/cli.svg" alt="NPM Downloads" /></a>
10-
<a href="https://coveralls.io/github/nestjs/nest?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#9" alt="Coverage" /></a>
11-
<a href="https://discord.gg/G7Qnnhy" target="_blank"><img src="https://img.shields.io/badge/discord-online-brightgreen.svg" alt="Discord"/></a>
12-
<a href="https://opencollective.com/nest#backer" target="_blank"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
13-
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
14-
<a href="https://paypal.me/kamilmysliwiec" target="_blank"><img src="https://img.shields.io/badge/Donate-PayPal-ff3f59.svg"/></a>
15-
<a href="https://opencollective.com/nest#sponsor" target="_blank"><img src="https://img.shields.io/badge/Support%20us-Open%20Collective-41B883.svg" alt="Support us"></a>
16-
<a href="https://twitter.com/nestframework" target="_blank"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
17-
181
## Description
192

20-
The Nest CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Nest applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution. It embodies best-practice architectural patterns to encourage well-structured apps.
3+
The Stencil CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Nest applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution. It embodies best-practice architectural patterns to encourage well-structured apps.
214

22-
The CLI works with [schematics](https://github.com/angular/angular-cli/tree/master/packages/angular_devkit/schematics), and provides built in support from the schematics collection at [@nestjs/schematics](https://github.com/nestjs/schematics).
5+
The CLI works with [schematics](https://github.com/angular/angular-cli/tree/master/packages/angular_devkit/schematics), and provides built in support from the schematics collection at [@samagra-x/schematics](https://github.com/SamagraX-stencil/schematics).
236

24-
Read more [here](https://docs.nestjs.com/cli/overview).
7+
Read more [here](https://stencil.samagra.io/cli/introduction).
258

269
## Installation
2710

2811
```
29-
$ npm install -g @nestjs/cli
12+
$ npm install -g @samagra-x/stencil-cli
3013
```
3114

3215
## Usage
3316

34-
Learn more in the [official documentation](https://docs.nestjs.com/cli/overview).
17+
Learn more in the [official documentation](https://stencil.samagra.io/cli/introduction).
3518

3619
## Stay in touch
3720

38-
- Website - [https://nestjs.com](https://nestjs.com/)
39-
- Twitter - [@nestframework](https://twitter.com/nestframework)
21+
- Website - [https://stencil.samagra.io/](https://stencil.samagra.io/cli/introduction/)
22+
23+
24+
## Mentions
25+
26+
Stencil is powered by the following open source projects
27+
- [NestJS]
28+
- [Prisma]
29+
- [Prometheus]
30+
- [Grafana]
31+
- [Temporal]
32+
- [nestjs-temporal]
33+
- [nestjs-prometheus]
4034

4135
## License
4236

43-
Nest is [MIT licensed](LICENSE).
37+
Stencil is [MIT licensed](LICENSE).

0 commit comments

Comments
 (0)