Integrates NodeJS/NPM into your SBT build process.
# runs npm install
$ sbt npmInstall
# runs npm install (silent) and npm test
$ sbt npmTest
# runs npm install (silent) and npm run build
$ sbt npmBuild
# asynchronously runs npm start
$ sbt npmStart
# stop asynchronously started npm start
$ sbt npmStop
For more complex project examples please look into the src/sbt-test/sbt-webapp
folder.
Published under the permissive MIT license.