Blueprints for your code
$ blue my-print foobar --baz qux
Blue uses JavaScript Standard Style, Babel for ES6+ support, and Jest for testing.
$ git clone [email protected]:pavlovml/blue.git
$ make test
To run the tests on file changes:
$ env WATCH=true make test