Skip to content

My personal boilerplate for bootstrapping JavaScript NPM libraries

License

Notifications You must be signed in to change notification settings

exbotanical/js-npm-boilerplate

Repository files navigation

[![Build
Status](https://travis-ci.com/MatthewZito/<project>.svg?branch=master)](https://travis-ci.com/MatthewZito/<project>)
[![npm version](https://badge.fury.io/js/<project>.svg)](https://badge.fury.io/js/<project>)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# <project>

## Installation

```bash
npm install <project>
```

OR

```bash
yarn add <project>
```

## Supported Environments

`<project>` currently supports UMD, CommonJS (node versions >= 10), and ESM build-targets

Commonjs:

```js
const { } = require('<project>');
```

ESM:

```js
import { } from '<project>';
```

## API Reference

{{>main}}

About

My personal boilerplate for bootstrapping JavaScript NPM libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published