An open API service indexing awesome lists of open source software.

https://github.com/ayan4m1/generator-noder

Create an opinionated Node application
https://github.com/ayan4m1/generator-noder

nodejs yeoman-generator

Last synced: 3 months ago
JSON representation

Create an opinionated Node application

Awesome Lists containing this project

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](https://www.npmjs.com/package/husky) - Execute lint-staged before committing to Git
- [lint-staged](https://www.npmjs.com/package/lint-staged) - Execute linters for specific file types
- [ESLint](https://eslint.org/) - Apply hundreds of style/usage rules to ECMAScript
- [Prettier](https://prettier.io/) - Apply style/formatting rules to code
- [Jest](https://jestjs.io/) - Optional test framework
- [winston](https://github.com/winstonjs/winston) - Optional logging framework
- [dotenv](https://github.com/motdotla/dotenv) - Optional configuration framework