Skip to content

mariojuniortrab/node-fresh-start

Repository files navigation

NODE-FRESH-START

This is a small boilerplate to start a node app using Typescript with some code and commit padronization. It verifies your code before each commit and try to auto-fix it. Jest is already pre configured and it tests your code before each commit, so, you are not allowed to commit with tests issues. And finally, it validade your commit message using Convention Commit rules.

Installation

First you must install Eslint and Jest globally:

npm install -g eslint && npm install -g jest

Then you have to clone it:

git clone https://github.com/mariojuniortrab/node-fresh-start.git

And install dependencies:

cd node-fresh-start && npm install

Usage

Now, you can create your code inside src folder. You can compile your Typescript code into Javascript following this tutorial

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A way to start a node project with Typescript, Eslint, Jest, husky and another frameworks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors