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

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.

Awesome Lists containing this project

README

          

# MOD

[short consice explanation]

[![Build Status](https://secure.travis-ci.org/fent/MOD.svg)](http://travis-ci.org/fent/MOD)
[![Dependency Status](https://david-dm.org/fent/MOD.svg)](https://david-dm.org/fent/MOD)
[![codecov](https://codecov.io/gh/fent/MOD/branch/master/graph/badge.svg)](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
```