UNPKG

1.32 kBMarkdownView Raw
1
2# nerv-to-mp
3
4[![NPM version](https://img.shields.io/npm/v/nerv-to-mp.svg?style=flat)](https://npmjs.com/package/nerv-to-mp) [![NPM downloads](https://img.shields.io/npm/dm/nerv-to-mp.svg?style=flat)](https://npmjs.com/package/nerv-to-mp) [![CircleCI](https://circleci.com/gh/yuche/nerv-to-mp/tree/master.svg?style=shield)](https://circleci.com/gh/yuche/nerv-to-mp/tree/master) [![codecov](https://codecov.io/gh/yuche/nerv-to-mp/branch/master/graph/badge.svg)](https://codecov.io/gh/yuche/nerv-to-mp)
5 [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat)](https://github.com/yuche/donate)
6
7## Install
8
9```bash
10yarn add nerv-to-mp
11```
12
13## Usage
14
15```js
16const nervToMp = require('nerv-to-mp')
17
18nervToMp()
19//=> foo
20```
21
22## Contributing
23
241. Fork it!
252. Create your feature branch: `git checkout -b my-new-feature`
263. Commit your changes: `git commit -am 'Add some feature'`
274. Push to the branch: `git push origin my-new-feature`
285. Submit a pull request :D
29
30
31## Author
32
33**nerv-to-mp** © [yuche](https://github.com/yuche), Released under the [MIT](./LICENSE) License.<br>
34Authored and maintained by yuche with help from contributors ([list](https://github.com/yuche/nerv-to-mp/contributors)).
35
36> [github.com/yuche](https://github.com/yuche) · GitHub [@yuche](https://github.com/yuche)