From 06371ba44baf28a98fc15f6d8d2618e23735224b Mon Sep 17 00:00:00 2001 From: Daniel Milbrandt Date: Mon, 19 Feb 2018 18:40:52 +0100 Subject: [PATCH 1/6] Add tsconfig-paths package to project --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bdbc219..6fc4534 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "devDependencies": { "@types/node": "^9.3.0", "nodemon": "^1.14.1", - "ts-node": "^4.1.0" + "ts-node": "^4.1.0", + "tsconfig-paths": "^3.1.1" } } From 58b2c5dd9df695bef0dca6a472fc8dacfa6bc4b8 Mon Sep 17 00:00:00 2001 From: Daniel Milbrandt Date: Mon, 19 Feb 2018 18:41:45 +0100 Subject: [PATCH 2/6] Add tsconfig-paths --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index f238d7c..2d14b15 100644 --- a/index.js +++ b/index.js @@ -1,2 +1,3 @@ require('ts-node/register'); +require('tsconfig-paths/register'); require('./src/main'); From f04a1eec698d4723d42f8ccfe15f60b438621e23 Mon Sep 17 00:00:00 2001 From: Ruben M Date: Thu, 22 Feb 2018 09:37:31 +0100 Subject: [PATCH 3/6] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bdbc219..eaf1d79 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "devDependencies": { "@types/node": "^9.3.0", "nodemon": "^1.14.1", + "tslint": "5.3.2", "ts-node": "^4.1.0" } } From 6cf159a284b10a05b98398c064e65fb289bd8b93 Mon Sep 17 00:00:00 2001 From: Eduard Date: Fri, 2 Mar 2018 07:03:15 +0200 Subject: [PATCH 4/6] Update tslint.json Normalize max-line-length setting --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index 852257c..e66f0a4 100644 --- a/tslint.json +++ b/tslint.json @@ -20,6 +20,7 @@ false ], "max-line-length": [ + true, 150 ], "member-ordering": [ @@ -51,4 +52,4 @@ ] }, "rulesDirectory": [] -} \ No newline at end of file +} From aa8bfe253105ad37c077f1ba71ef037cae87255c Mon Sep 17 00:00:00 2001 From: Amit Portnoy <1131991+amitport@users.noreply.github.com> Date: Sun, 18 Mar 2018 10:04:35 +0200 Subject: [PATCH 5/6] remove redis does not seem to be used (and if we do push it to all users, the code should at least have a usage example) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index eaf1d79..4f68eb4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "@nestjs/microservices": "^4.5.8", "@nestjs/testing": "^4.5.5", "@nestjs/websockets": "^4.5.8", - "redis": "^2.7.1", "reflect-metadata": "^0.1.12", "rxjs": "^5.5.6", "typescript": "^2.6.2" From dd85a68cd0674c429a958c365787d6fe9e2219ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Mon, 26 Mar 2018 19:23:10 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 55 ++++++++++++++++--------------------------------------- 1 file changed, 16 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index bbfad47..897bf3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Nest Logo + Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master @@ -7,17 +7,20 @@ [linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux [linux-url]: https://travis-ci.org/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications.

+

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

-NPM Version +NPM Version Package License NPM Downloads Travis Linux -Coverage +Coverage Gitter Backers on Open Collective Sponsors on Open Collective + + +

@@ -38,43 +41,17 @@ $ npm install $ npm run start ``` -## People +## Support + +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). + + +## Stay in touch - Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) - Website - [https://nestjs.com](https://nestjs.com/) +- Twitter - [@nestframework](https://twitter.com/nestframework) -## Backers - -I am on a mission to provide an architecture to create truly flexible, scalable and loosely coupled systems using the Node.js platform. It takes a lot of time, so if you want to support me, please [become a backer / sponsor]((https://opencollective.com/nest#backer)). I appreciate your help. Thanks! :heart_eyes: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +## License + Nest is [MIT licensed](LICENSE).