Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba6f784

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 4ac6343 + 739d60a commit ba6f784

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

‎README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1-
# docs.nestjs.com
2-
31
<p align="center">
4-
<a href="http://nestjs.com/" target="blank"><img src="http://kamilmysliwiec.com/public/nest-logo.png#1" alt="Nest Logo" /></a>
2+
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a>
53
</p>
64

75
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
86
[travis-url]: https://travis-ci.org/nestjs/nest
97
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
108
[linux-url]: https://travis-ci.org/nestjs/nest
119

12-
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications. :cat: </p>
10+
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications, heavily inspired by <a href="https://angular.io" target="blank">Angular</a>.</p>
1311
<p align="center">
1412
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a>
1513
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a>
1614
<a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/dm/@nestjs/core.svg" alt="NPM Downloads" /></a>
1715
<a href="https://travis-ci.org/nestjs/nest"><img src="https://api.travis-ci.org/nestjs/nest.svg?branch=master" alt="Travis" /></a>
1816
<a href="https://travis-ci.org/nestjs/nest"><img src="https://img.shields.io/travis/nestjs/nest/master.svg?label=linux" alt="Linux" /></a>
19-
<a href="https://coveralls.io/github/nestjs/nest?branch=master"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#3" alt="Coverage" /></a>
17+
<a href="https://coveralls.io/github/nestjs/nest?branch=master"><img src="https://coveralls.io/repos/github/nestjs/nest/badge.svg?branch=master#5" alt="Coverage" /></a>
2018
<a href="https://gitter.im/nestjs/nestjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge"><img src="https://badges.gitter.im/nestjs/nestjs.svg" alt="Gitter" /></a>
2119
<a href="https://opencollective.com/nest#backer"><img src="https://opencollective.com/nest/backers/badge.svg" alt="Backers on Open Collective" /></a>
2220
<a href="https://opencollective.com/nest#sponsor"><img src="https://opencollective.com/nest/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
21+
<a href="https://paypal.me/kamilmysliwiec"><img src="https://img.shields.io/badge/Donate-PayPal-dc3d53.svg"/></a>
22+
<img src="https://img.shields.io/badge/👌-Production Ready-78c7ff.svg"/>
23+
<a href="https://twitter.com/nestframework"><img src="https://img.shields.io/twitter/follow/nestframework.svg?style=social&label=Follow"></a>
2324
</p>
2425
<!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)
2526
[![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->
2627

2728
## Description
2829

29-
This project is built on top of [Angular CLI](https://github.com/angular/angular-cli).
30+
This project is built on top of [Angular CLI](https://github.com/angular/angular-cli). Repository contains [docs.nestjs.com](https://docs.nestjs.com) source code, th official Nest documentation.
3031

3132
## Developing
3233

@@ -41,9 +42,16 @@ $ npm run start
4142

4243
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
4344

45+
## Support
46+
47+
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://opencollective.com/nest).
4448

45-
## People
49+
## Stay in touch
4650

4751
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com)
4852
- Website - [https://nestjs.com](https://nestjs.com/)
53+
- Twitter - [@nestframework](https://twitter.com/nestframework)
54+
55+
## License
4956

57+
Nest is [MIT licensed](LICENSE).

0 commit comments

Comments
 (0)