An open API service indexing awesome lists of open source software.

https://github.com/dsys/blue

:diamond_shape_with_a_dot_inside: Blueprints for your code
https://github.com/dsys/blue

Last synced: 10 days ago
JSON representation

:diamond_shape_with_a_dot_inside: Blueprints for your code

Awesome Lists containing this project

README

          

# blue

Blueprints for your code

## Usage

$ blue my-print foobar --baz qux

## Development

Blue uses [JavaScript Standard Style](https://github.com/feross/standard), [Babel](https://babeljs.io/) for ES6+ support, and [Jest](http://facebook.github.io/jest/) for testing.

$ git clone git@github.com:pavlovml/blue.git
$ make test

To run the tests on file changes:

$ env WATCH=true make test

## License

[BSD 3-Clause](https://github.com/pavlovml/blue/blob/master/LICENSE)