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
- Host: GitHub
- URL: https://github.com/dsys/blue
- Owner: dsys
- License: bsd-3-clause
- Created: 2016-05-31T09:11:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T23:20:29.000Z (about 10 years ago)
- Last Synced: 2025-11-23T21:07:26.866Z (7 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)