https://github.com/felixpy/node-es
A repository template for node.js.
https://github.com/felixpy/node-es
boilerplate commitlint eslint husky jest nodejs prettier standard starter vscode yarn
Last synced: about 2 months ago
JSON representation
A repository template for node.js.
- Host: GitHub
- URL: https://github.com/felixpy/node-es
- Owner: felixpy
- License: mit
- Created: 2019-02-01T03:30:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T04:45:17.000Z (about 6 years ago)
- Last Synced: 2025-01-27T05:48:26.298Z (4 months ago)
- Topics: boilerplate, commitlint, eslint, husky, jest, nodejs, prettier, standard, starter, vscode, yarn
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Repo Template
[](http://standardjs.com)
[](https://prettier.io/)A repository template for node.js.
## Quick Start
```
git clone [email protected]:felixpy/node-es.git# install dependencies
yarn# run tests
yarn test
```## Features
- ESLint + Prettier
- Git Hooks
- Unit Test## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2019 - present, Felix Yang