https://github.com/nicksergeant/shart
The task runner for JavaScript developers who give a shit.
https://github.com/nicksergeant/shart
Last synced: 5 months ago
JSON representation
The task runner for JavaScript developers who give a shit.
- Host: GitHub
- URL: https://github.com/nicksergeant/shart
- Owner: nicksergeant
- License: mit
- Created: 2014-06-04T18:31:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T18:23:37.000Z (over 7 years ago)
- Last Synced: 2025-08-09T15:56:09.463Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
shart
=====
The task runner for JavaScript developers who give a shit.
Installation
------------
`npm install -g shart`
Usage
-----
- `shart` => runs `make`
- `shart test` => runs `make test`
- `shart build` => runs `make build`
- `shart install` => runs `make install`
- `shart test build install` => runs `make test && make build && make install`
Example
-------
```
> shart test
- Running `make test`:
hi
💩
```