Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Releases: start-runner/simple-cli

v4.1.1

28 Dec 23:48
Compare
Choose a tag to compare

✔️ try to resolve before require (don't swallow syntax errors)

v4.1.0

25 Dec 17:04
Compare
Choose a tag to compare

➕ pass additional arguments to tasks runner

v4.0.0

24 Dec 22:13
Compare
Choose a tag to compare

💥 ♻️ drop Node < 4
🔧 switch to babel-preset-start
🔧 switch to eslint-config-tough
👾 use Yarn in CI

v3.0.0

22 Sep 12:53
Compare
Choose a tag to compare

💥 🔧 refactor using Commander, add CLI options

Usage: start-runner [options] <tasks runner>

Options:

  -h, --help              output usage information
  -f, --file, <file>      tasks file path, tasks.js by default
  -p, --preset, <preset>  tasks preset

v2.0.0

13 Sep 09:21
Compare
Choose a tag to compare

💥 🔧 tweak exit codes (close #2)

v1.0.2

19 Apr 22:19
Compare
Choose a tag to compare

✔️ throw any errors from required tasks file

v1.0.1

13 Feb 18:02
Compare
Choose a tag to compare

🔧 refactor errors handling, print available tasks runners

v1.0.0

10 Feb 17:15
Compare
Choose a tag to compare

💥 rename bin to start-runner to avoid confusion with start.exe on Windows

v0.1.1

10 Feb 06:48
Compare
Choose a tag to compare

🔧 refactor with start@4

v0.1.0

10 Feb 05:21
Compare
Choose a tag to compare

🐣