Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thejohnfreeman/es2015-module-boilerplate
https://github.com/thejohnfreeman/es2015-module-boilerplate
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thejohnfreeman/es2015-module-boilerplate
- Owner: thejohnfreeman
- Created: 2016-08-06T17:05:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T18:52:05.000Z (almost 8 years ago)
- Last Synced: 2024-10-26T01:30:32.926Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.