## Develop

To run unit tests while editing source files:

    node run dev
    
## Test

To run unit tests against the current source files:

    node run test
    
## Distribute

To build a distribution and run unit tests against the distribution files:

    node run dist
