nestjs / awesome-nestjs

A curated list of awesome things related to NestJS 😎
10.7k stars 945 forks source link

Added link to stator #124

Closed yann510 closed 3 years ago

yann510 commented 3 years ago

Stator solves all the commonly found problems of creating a new full-stack project: configurations, coding guidelines, releases, deployment and more...

Extract from the project's readme:

📚 About the Project

Have you ever started a new project by yourself? If so, you probably know that it is tedious to set up all the necessary tools. Just like you, the part I enjoy the most is coding, not boilerplate.

stator solves all of this for you by using the latest technologies' most up-to-date standards. Indeed, this template is opinionated as to what's the best, but it does enforce excellent practices such as code re-usability, enforces coding guidelines, usage of a monorepo, etc.

If you want more details about how this idea was implemented, I recommend reading the series of blog articles I wrote on the topic.

GabrielBottari commented 3 years ago

Our project is growing quick! Already 50 stars in less than a month :)

juliandavidmr commented 3 years ago

Thank you for your contribution.