generator-eggjs
Version:
Boilerplates for Egg.js
30 lines (24 loc) • 1.19 kB
Markdown
# <%- name %>
<%- description %>
[![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/<%- name %>.svg?style=flat-square
[npm-url]: https://npmjs.org/package/<%- name %>
[travis-image]: https://img.shields.io/travis/<%- org %>/<%- name %>.svg?style=flat-square
[travis-url]: https://travis-ci.org/<%- org %>/<%- name %>
[codecov-image]: https://codecov.io/gh/<%- org %>/<%- name %>/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/<%- org %>/<%- name %>
[david-image]: https://img.shields.io/david/<%- org %>/<%- name %>.svg?style=flat-square
[david-url]: https://david-dm.org/<%- org %>/<%- name %>
[snyk-image]: https://snyk.io/test/npm/<%- name %>/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/<%- name %>
[download-image]: https://img.shields.io/npm/dm/<%- name %>.svg?style=flat-square
[download-url]: https://npmjs.org/package/<%- name %>
## Usage
```bash
npm i <%- name %> --save
```