Wrapper for webpack, jest and other dev tools
npm install @github1/build-tools --save-devbuild-tools [command] [--options <argument>]Lints code
build-tools lintRuns tests
build-tools test [--coverage --watch]Launches a webpack dev server
build-tools devserverSupports mechanisms for injecting custom middleware. See @github1/app-server for more details.
Packages an app for deployment
build-tools-package-server