generator-noder

Create an opinionated Node application

Usage no npm install needed!

<script type="module">
  import generatorNoder from 'https://cdn.skypack.dev/generator-noder';
</script>

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:

  • Babel - Compile modern ECMAScript to Node-compatible JS
  • 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 - Test framework