/npm-module-starter

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

Primary LanguageJavaScript

安装

开发

npm install
npm run watch

发布

npm run build

测试

单元测试

npm test

代码覆盖率测试

npm run test-cov

特性