diff --git a/README.md b/README.md index 4ae3033..e463d34 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,21 @@ [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.

-

-NPM Version +

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

+

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

@@ -44,43 +48,16 @@ $ npm run start $ npm run test ``` -## 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). 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'); diff --git a/package.json b/package.json index 5962f7b..30ae14b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "@nestjs/microservices": "^4.5.8", "@nestjs/testing": "^4.5.5", "@nestjs/websockets": "^4.5.8", - "redis": "^2.8.0", "reflect-metadata": "^0.1.12", "rxjs": "^5.5.6", "typescript": "^2.6.2" @@ -29,8 +28,10 @@ "jest": "^21.2.1", "nodemon": "^1.14.1", "supertest": "^3.0.0", + "tslint": "5.3.2", "ts-jest": "^21.2.4", - "ts-node": "^4.1.0" + "ts-node": "^4.1.0", + "tsconfig-paths": "^3.1.1" }, "jest": { "moduleFileExtensions": [ 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 +}