sbt-webapp

build maven license

Integrates NodeJS/NPM into your SBT build process.

Usage

# 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.

License

Published under the permissive MIT license.