brandon93s / node-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-boilerplate Build Status

Your brief module description

Install

$ npm install YOUR-MODULE

Usage

const module = require('YOUR-MODULE');

console.log(module());
//=> Sample Output

API

module(input [,options])

input

Type: string

Any input

options

Type: object

optionA

Type: bool

An option of options

License

MIT © YOUR NAME

About

License:MIT License


Languages

Language:JavaScript 100.0%