Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thejohnfreeman/es2015-module-boilerplate


https://github.com/thejohnfreeman/es2015-module-boilerplate

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

Boilerplate for an ES2015 module.

[![Build Status](https://travis-ci.org/thejohnfreeman/es2015-module-boilerplate.svg?branch=master)](https://travis-ci.org/thejohnfreeman/es2015-module-boilerplate)
[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Dependency Status](https://gemnasium.com/badges/github.com/thejohnfreeman/es2015-module-boilerplate.svg)](https://gemnasium.com/github.com/thejohnfreeman/es2015-module-boilerplate)

- `npm test`: Test on command line with Mocha.
- `npm start`: Start HTTPS server on host. Tests are shown at `test.html`.
Pages automatically reload on change.
- `npm run build`: Build this module and its tests in the `dist` directory.