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

https://github.com/ajayns/npm-module-boilerplate

Boilerplate that uses the latest tools and best practices to kickstart building a npm module
https://github.com/ajayns/npm-module-boilerplate

boilerplate module node-module npm plugin

Last synced: 23 days ago
JSON representation

Boilerplate that uses the latest tools and best practices to kickstart building a npm module

Awesome Lists containing this project

README

          

# NPM Module Boilerplate

Boilerplate that uses the latest tools and best practices to kickstart building a npm module.

## Features

* Transpiles from ES6+ (including ES7, ES8) using the latest Babel plugin
* Has basic example to get started with easily

## Development

Assuming you have the current version of Node (8.11.1 LTS) and NPM (5.6.0) installed.

Install all the required packages/dependencies

### `npm install`

Build the source code

### `npm build`

Test if module working

### `node example`

## Checklist

- [ ] Add a testing framework (Jest?)
- [ ] Keep track of code coverage, generate reports
- [ ] Continuous Integration with Travis

## Contributing

Feel free to open issues and pull requests!