generator-noder
v0.7.0
Published
Create an opinionated Node application
Downloads
8
Maintainers
Readme
The Noder - An Opinionated Generator
This project scaffolds a modern Node application. It is fairly opinionated, but is customizable and extensible.
Here's the mile-long list of technologies the generated project can leverage:
- husky - Execute lint-staged before committing to Git
- lint-staged - Execute linters for specific file types
- ESLint - Apply hundreds of style/usage rules to ECMAScript
- Prettier - Apply style/formatting rules to code
- Jest - Optional test framework
- winston - Optional logging framework
- dotenv - Optional configuration framework