BuildWithJavascript
v1.1.1
Published
"# Javascript modern build, test and CI tools "
Downloads
9
Readme
BuildWithJavascript
A sample project to learn various Javascript build, test and CI tools
![license mit] (https://img.shields.io/npm/l/express.svg?maxAge=2592000) ![travis build] (https://travis-ci.org/iamgururaj/BuildWithJavascript.svg?branch=master)
Tools:
| Tools Used | Description |
| --- | --- |
| Travis | CI |
| Commitizen | Commit helper |
| CZ Conventional | conventional changelog standard |
| Semantic Release | Automated Package Publishing|
| Mocha | Javascript Test framework |
| Chai | Assertion library for node and browser |
| Ghooks | Git hooks |
| nyc | Code coverage tool built on istanbul |
| codecov.io | Coverage reports aggregator |
| sheilds.io | badges like build pass/fail |
| babel | Next Gen Javascript Compiler |
| babel-loader | Webpack plugin for Babel |
| babel-preset-es2015 | ES2015 presets to compile ES6 to ES5 |
| babel-preset-stage-2 | TC39 Stage 2 Preset |
| webpack | Module bundler |
| json-loader | json loader for webpack |
| rimraf | A cross platform rm -rf util for nodejs |
| npm-run-all | CLI tool to run multiple npm-scripts in parallel or sequential |
