Simple ES2015 starter for building node and browser js libraries
- write everything in ES2015 ( source + tests )
- builds for both node and browser
- automatically building before publishing to npm registry
- testing with mocha
- generating documentation
- testing coverage support
- travis and coveralls integration
git clone https://github.com/jexia-inc/galah.git
cd galah
npm install
src/
- source codetest/
- testslib/
- transpiled code
npm run build
npm run test
npm run docs
npm run coverage