0.7.0 • Published 1 year ago

generator-noder v0.7.0

Weekly downloads
1
License
MIT
Repository
-
Last release
1 year ago

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