Skip to content

Like node-module-boilerplate except for Typescript. Boilerplate to kickstart creating a Node.js module. Adapted from Richienb/node-module-boilerplate

License

Notifications You must be signed in to change notification settings

Richienb/typescript-boilerplate

Repository files navigation

the-module

My awesome module.

NPM Badge

Install

npm install the-module

Usage

import theModule from "the-module"

theModule("unicorns")
//=> 'unicorns & rainbows'

API

theModule(input, options?)

input

Type: string

Lorem ipsum.

options

Type: object

postfix

Type: string
Default: rainbows

Lorem ipsum.

About

Like node-module-boilerplate except for Typescript. Boilerplate to kickstart creating a Node.js module. Adapted from Richienb/node-module-boilerplate

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published