0.6.0 • Published 12 months ago

generator-noder v0.6.0

Weekly downloads
1
License
MIT
Repository
-
Last release
12 months 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