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.gitcd galahnpm install
src/- source codetest/- testslib/- transpiled code
npm run buildnpm run testnpm run docsnpm run coverage