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

https://github.com/jcoreio/node-project-skeleton

Skeleton for libraries and apps targeting node.js >=8
https://github.com/jcoreio/node-project-skeleton

Last synced: about 1 year ago
JSON representation

Skeleton for libraries and apps targeting node.js >=8

Awesome Lists containing this project

README

          

# node-project-skeleton

[![CircleCI](https://circleci.com/gh/jcoreio/node-project-skeleton.svg?style=svg)](https://circleci.com/gh/jcoreio/node-project-skeleton)
[![Coverage Status](https://codecov.io/gh/jcoreio/node-project-skeleton/branch/master/graph/badge.svg)](https://codecov.io/gh/jcoreio/node-project-skeleton)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

Skeleton for libraries and apps targeting node.js >=8

## Quick start

```sh
npx 0-60 clone https://github.com/jcoreio/node-project-skeleton.git
```

## Tools used

- babel 7
- mocha
- chai
- istanbul
- nyc
- eslint
- flow
- prettier
- husky
- semantic-release
- renovate
- Circle CI
- Codecov.io