zaguiini / nodejs-ts-boilerplate

Bleeding edge NodeJS Typescript boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS TypeScript boilerplate

Everything you ever wanted for your next NodeJS project!

Usage

Just use this repository as a template.

  1. Clone it;
  2. Change name and description on package.json;
  3. Start rocking!

Including

Type safety for everyone 🙌

Environment variables making your life easier 🌍

You'll surely want to write some tests, don't you? 🧪

A lot of lint rules to enforce best practices, including unicorn, @typescript-eslint, prettier and plugins to better import organization ✨

Because code style matters 💅

Someone has to stop you from accidentally committing code smells and poor commit messages 🧹

Contributing

Everything should operate as expected, but if something doesn't, please fill an issue.

If you feel it could be improved, create a Pull Request! They are very welcome!

License

MIT

About

Bleeding edge NodeJS Typescript boilerplate

License:MIT License


Languages

Language:TypeScript 86.4%Language:JavaScript 13.6%