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
- Host: GitHub
- URL: https://github.com/edvardchen/npm-module-starter
- Owner: edvardchen
- Created: 2017-11-01T09:40:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T10:06:59.000Z (over 3 years ago)
- Last Synced: 2025-05-26T02:21:50.831Z (about 1 year ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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) 扩展