0.0.4 ⢠Published 11 years ago
shart v0.0.4
shart
The task runner for JavaScript developers who give a shit.
Installation
npm install -g shart
Usage
shart=> runsmakeshart test=> runsmake testshart build=> runsmake buildshart install=> runsmake installshart test build install=> runsmake test && make build && make install
Example
> shart test
- Running `make test`:
hi
š©