It's ready to eat! Just add water. Tada 🎉
- Babel 7
- Webpack
- Eslint
- Prettier
- Github Actions
- Documentation (JsDoc)
- Test (Mocha)
- PM2 (Serve)
- Test Coverage (IDK?)
- Appconveyor
- Docker
- nconf for your args, env and json config management
- Winston For easy logging (file and console)
- Lodash cherry pick 🍒👌
- Signale Good looking console logging
- Lint staged for preventing hot mess
- Huskey for lint and testing hooks before commit and push
- standard-version See
Just click Use this template button or
$ git clone https://github.com/stevenselcuk/node-boilerplate yourawesomeproject
$ cd yourawesomeproject
$ yarn
$ yarn dev
$ yarn build
$ yarn start
$ yarn serve
Linting, fixing and running tests and prettier is in "auto mode" to preventing "hot mess" ( just commit and push it 🤜🏻)
$ yarn lint
$ yarn mocha
$ yarn doc
.
├── /dist/ # Ready to serving files 🥘
├── /src/ # Your awesome Node project 💵
│ ├── /utils/ # Some helpers for you 👄
│ ├── logger.js # File/console Logging helper
│ ├── config.js # Manage and use your .env,args and config.json (Ready to use. Really)
│ ├── index.js # Your entry point!
└── /test/ # Mocha test files, config and helpers are here
└── /docs/ # Your generated documentation files (JSDoc)
└── /logs/ # Log files by logger.js and PM2
└── README.md # You are reading this
└── pm2.config.js # Some configs for running PM2
└── package.json # Node packages