0.0.1 • Published 7 years ago

orsa-js-build-plugin v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Orsa Javascript build package

Handles running the build and test commands for Javscript projects.

Configuration

You can specify the build and test commands in your Orsa configuration like so:

{
  'orsa-js-build-plugin': {
    'buildCommand': 'npm i --something funky',
    'testCommand': 'npm t --stranger things',
  },
}