/shart

The task runner for JavaScript developers who give a shit.

Primary LanguageJavaScriptMIT LicenseMIT

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

💩