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

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.

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

💩
```