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
- Host: GitHub
- URL: https://github.com/ragingwind/node-module-boilerplate
- Owner: ragingwind
- License: mit
- Created: 2018-03-05T13:44:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-05T04:14:49.000Z (almost 7 years ago)
- Last Synced: 2025-07-04T19:45:47.665Z (11 months ago)
- Topics: boilerplate, node, node-module, ragingwind
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
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)