Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easy-team/npm-package-template
NPM package template, It's easy for you to implement a NPM package
https://github.com/easy-team/npm-package-template
codecov eslint-rules npm-package npm-package-template travis travis-ci unit-test
Last synced: 2 days ago
JSON representation
NPM package template, It's easy for you to implement a NPM package
- Host: GitHub
- URL: https://github.com/easy-team/npm-package-template
- Owner: easy-team
- Created: 2018-02-14T04:34:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T10:04:44.000Z (almost 7 years ago)
- Last Synced: 2025-01-01T08:10:22.440Z (8 days ago)
- Topics: codecov, eslint-rules, npm-package, npm-package-template, travis, travis-ci, unit-test
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-package-template
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/npm-package-template.svg?style=flat-square
[npm-url]: https://npmjs.org/package/npm-package-template
[travis-image]: https://img.shields.io/travis/hubcarl/npm-package-template.svg?style=flat-square
[travis-url]: https://travis-ci.org/hubcarl/npm-package-template
[codecov-image]: https://img.shields.io/codecov/c/github/hubcarl/npm-package-template.svg?style=flat-square
[codecov-url]: https://codecov.io/github/hubcarl/npm-package-template?branch=master
[david-image]: https://img.shields.io/david/hubcarl/npm-package-template.svg?style=flat-square
[david-url]: https://david-dm.org/hubcarl/npm-package-template
[snyk-image]: https://snyk.io/test/npm/npm-package-template/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/npm-package-template
[download-image]: https://img.shields.io/npm/dm/npm-package-template.svg?style=flat-square
[download-url]: https://npmjs.org/package/npm-package-templateNPM package template, It's easy for you to write a npm package by this NPM package template.
## Featues
- [x] NPM Package Code Tempalate
- [x] ESlint Rule Template [ESlint](http://eslint.cn/)
- [x] NPM Unit Test Template [chai](http://chaijs.com/api/bdd/)
- [x] Code Coverage Template [codecov](https://codecov.io/gh)
- [x] CI Build Config Template [travis](https://travis-ci.org/)
- [x] Changelog Create Template [conventional-changelog](https://github.com/conventional-changelog/conventional-changelog)## License
[MIT](LICENSE)