https://github.com/raineorshine/node-module-template
Raine's node module template
https://github.com/raineorshine/node-module-template
Last synced: 3 months ago
JSON representation
Raine's node module template
- Host: GitHub
- URL: https://github.com/raineorshine/node-module-template
- Owner: raineorshine
- License: isc
- Created: 2021-01-21T20:40:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T20:50:07.000Z (over 4 years ago)
- Last Synced: 2025-03-10T15:09:32.528Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PACKAGE_NAME
[](https://npmjs.org/package/PACKAGE_NAME)PACKAGE_DESCRIPTION
## Install
```sh
npm install --save PACKAGE_NAME
```## Usage
```js
const PACKAGE_VAR = require('PACKAGE_NAME')
```