UNPKG

1 kBMarkdownView Raw
1# @36node/template-module
2
3[![version][0]][1] [![downloads][2]][3]
4
5## Install
6
7```bash
8yarn add module
9```
10
11## Usage
12
13```js
14import module from "module";
15
16module();
17//=> foo
18```
19
20## Contributing
21
221. Fork it!
232. Create your feature branch: `git checkout -b my-new-feature`
243. Commit your changes: `git commit -am 'Add some feature'`
254. Push to the branch: `git push origin my-new-feature`
265. Submit a pull request :D
27
28## Author
29
30**module** © [36node](https://github.com/36node), Released under the [MIT](./LICENSE) License.
31
32Authored and maintained by 36node with help from contributors ([list](https://github.com/36node/module/contributors)).
33
34> [github.com/zzswang](https://github.com/zzswang) · GitHub [@36node](https://github.com/36node)
35
36[0]: https://img.shields.io/npm/v/@36node/template-module.svg?style=flat
37[1]: https://npmjs.com/package/@36node/template-module
38[2]: https://img.shields.io/npm/dm/@36node/template-module.svg?style=flat
39[3]: https://npmjs.com/package/@36node/template-module