Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-template

NPM 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)