Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mariojuniortrab/node-fresh-start

Open more actions menu

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

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.