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

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.

Awesome Lists containing this project

README

        

# Node.js Repo Template

[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)
[![Code Style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](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