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
- Host: GitHub
- URL: https://github.com/ayan4m1/generator-noder
- Owner: ayan4m1
- License: mit
- Created: 2019-05-06T00:29:44.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T00:07:37.000Z (about 2 years ago)
- Last Synced: 2025-03-30T15:44:47.526Z (over 1 year ago)
- Topics: nodejs, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 1.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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