https://github.com/fent/node-module-boilerplate
My personal boilerplate that I use to create node modules.
https://github.com/fent/node-module-boilerplate
Last synced: about 1 year ago
JSON representation
My personal boilerplate that I use to create node modules.
- Host: GitHub
- URL: https://github.com/fent/node-module-boilerplate
- Owner: fent
- License: mit
- Created: 2012-07-06T01:21:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T00:15:26.000Z (over 7 years ago)
- Last Synced: 2024-05-09T22:05:26.403Z (about 2 years ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MOD
[short consice explanation]
[](http://travis-ci.org/fent/MOD)
[](https://david-dm.org/fent/MOD)
[](https://codecov.io/gh/fent/MOD)
# Usage
```js
```
# Motive
[optional]
# API
# Install
npm install MOD
# Tests
Tests are written with [mocha](https://mochajs.org/)
```bash
npm test
```