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

https://github.com/ragingwind/node-module-boilerplate

My boilerplate for node module
https://github.com/ragingwind/node-module-boilerplate

boilerplate node node-module ragingwind

Last synced: 20 days ago
JSON representation

My boilerplate for node module

Awesome Lists containing this project

README

          

# <%= nodeModule %>

> My usable node module

# Install

```sh
yarn add <%= nodeModule %>

or

npm install --save-dev <%= nodeModule %>
```

# Usage

```
import <%= nodeModule %> from '<%= nodeModule %>'

<%= nodeModule %>()
```

# License

MIT @ [Jimmy Moon](https://jimmy.im)