Releases: start-runner/simple-cli
Releases · start-runner/simple-cli
v4.1.1
✔️ try to resolve before require (don't swallow syntax errors)
v4.1.0
➕ pass additional arguments to tasks runner
v4.0.0
💥 ♻️ drop Node < 4
🔧 switch to babel-preset-start
🔧 switch to eslint-config-tough
👾 use Yarn in CI
v3.0.0
💥 🔧 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
💥 🔧 tweak exit codes (close #2)
v1.0.2
✔️ throw any errors from required tasks file
v1.0.1
🔧 refactor errors handling, print available tasks runners
v1.0.0
💥 rename bin to start-runner
to avoid confusion with start.exe
on Windows