https://github.com/aichbauer/node-module
https://github.com/aichbauer/node-module
sepp template
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aichbauer/node-module
- Owner: aichbauer
- License: mit
- Created: 2017-10-03T15:26:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T15:44:37.000Z (over 8 years ago)
- Last Synced: 2025-03-04T20:40:52.475Z (10 months ago)
- Topics: sepp, template
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# {{projectName}}
> {{projectDesc}}
## Installation
```sh
$ npm i {{projectName}}
```
or
```sh
$ yarn add {{projectName}}
```
## Usage
```js
const myPackage = require('{{projectName}}'); // import myPackage from '{{projectName}}';
myPackage();
```
## LICENSE
MIT © {{author}}