es6-browser-boilerplate

1.0.1 • Public • Published

ES6 SDK browser boilerplate

This boilerplate is intended for the development of third-party SDK's and browser applications using modern ES6 JavaScript. This is a simplified and enhanced version of babel-library-boilerplate

Features

Installation Prerequisites

Installation

$ git clone git@github.com:DavidKlassen/es6-browser-boilerplate.git
$ cd es6-browser-boilerplate
$ npm run setup

Available gulp tasks

  • gulp lint - runs eslint and jscs
  • gulp test:unit - runs mocha unit tests
  • gulp coverage - runs unit tests and generates coverage report
  • gulp test:integration - runs karma tests
  • gulp test - runs unit and integration tests and generates code coverage report
  • gulp browserify - builds the script for browser
  • gulp compile - runs uglify and generates minified script
  • gulp build - runs browserify and compile
  • gulp - default task, runs lint, test, build and compile tasks

Readme

Keywords

none

Package Sidebar

Install

npm i es6-browser-boilerplate

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • f0rk