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

https://github.com/edvardchen/npm-module-starter

starter to develop npm module, include babel, flow, eslint, unit test and coverage test
https://github.com/edvardchen/npm-module-starter

Last synced: about 1 year ago
JSON representation

starter to develop npm module, include babel, flow, eslint, unit test and coverage test

Awesome Lists containing this project

README

          

## 安装
开发
```bash
npm install
npm run watch
```
发布
```bash
npm run build
```

## 测试
单元测试
```bash
npm test
```
代码覆盖率测试
```bash
npm run test-cov
```

## 特性
+ 支持 ES6
+ 支持 ESLint,默认使用 [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb) 扩展