Ecosyste.ms: Awesome

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

https://github.com/sindresorhus/node-module-boilerplate

Boilerplate to kickstart creating a Node.js module
https://github.com/sindresorhus/node-module-boilerplate

node-boilerplate node-module nodejs npm-package template-repository

Last synced: 20 days ago
JSON representation

Boilerplate to kickstart creating a Node.js module

Lists

README

        

# node-module-boilerplate

> Boilerplate to kickstart creating a Node.js module

This is what I use for [my own modules](https://www.npmjs.com/~sindresorhus).

Also check out [`node-cli-boilerplate`](https://github.com/sindresorhus/node-cli-boilerplate).

## Getting started

**Click the "Use this template" button.**

Alternatively, create a new directory and then run:

```sh
curl -fsSL https://github.com/sindresorhus/node-module-boilerplate/archive/main.tar.gz | tar -xz --strip-components=1
```

---

**Remove everything from here and above**

---

# unicorn-fun

> My awesome module

## Install

```sh
npm install unicorn-fun
```

## Usage

```js
import unicornFun from 'unicorn-fun';

unicornFun('unicorns');
//=> 'unicorns & rainbows'
```

## API

### unicornFun(input, options?)

#### input

Type: `string`

Lorem ipsum.

#### options

Type: `object`

##### postfix

Type: `string`\
Default: `'rainbows'`

Lorem ipsum.