Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kgoedecke/node-app-boilerplate
A very opinionated ☝️ Node boilerplate template with extensive linting
https://github.com/kgoedecke/node-app-boilerplate
babel boilerplate circleci es6 node nodemon
Last synced: about 1 month ago
JSON representation
A very opinionated ☝️ Node boilerplate template with extensive linting
- Host: GitHub
- URL: https://github.com/kgoedecke/node-app-boilerplate
- Owner: kgoedecke
- Created: 2020-03-16T17:59:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:12:23.000Z (about 2 years ago)
- Last Synced: 2023-03-06T03:14:42.549Z (almost 2 years ago)
- Topics: babel, boilerplate, circleci, es6, node, nodemon
- Language: JavaScript
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# NodeJS Boilerplate Template
## Introduction
This boilerplate templates provides extensive linting, Nodemon for hot reloading, Babel as well as a few plugins which are currently only in proposal state.
## Features
Yarn
Linting:
* [ESLint Airbnb Base](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb-base)
* Branch name linting for GitFlow
* Commit message linting through Husky (Angular Commit Style)Nodemon
Babel:
* [Nullish Coalescing Operator](https://github.com/tc39/proposal-nullish-coalescing)
* [Optional Chaining](https://github.com/tc39/proposal-optional-chaining)CircleCI:
* CircleCI runs linting and can easily be extended to run tests