Skip to content

Boilerplate to kickstart creating a Node.js module

License

Notifications You must be signed in to change notification settings

ksathyanm/node-module-boilerplate

Repository files navigation

node-module-boilerplate

Boilerplate to kickstart creating a Node.js module

This is what I use for my own modules.

Getting started

Click the "Use this template" button.

Alternatively, create a new directory and then run:

$ curl -fsSL https://github.com/ksathyanm/node-module-boilerplate/archive/master.tar.gz | tar -xz --strip-components=1

Remove everything from here and above


node-module-boilerplate

Test windows status Test macOS status Test linux status

My awesome module

Install

$ npm install node-module-boilerplate

Usage

const unicornFun = require("node-module-boilerplate")

unicornFun("unicorns")
//=> "unicorns & rainbows"

API

unicornFun(input, options?)

input

Type: string

Lorem ipsum.

options

Type: object

postfix

Type: string
Default: rainbows

Lorem ipsum.

About

Boilerplate to kickstart creating a Node.js module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published