dibrinsofor / chase

command runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chase

Chase is command runner and potentially a (forward) build system. Chase primarily reads build specifications from a chasefile placed in your outer directory consisting of one or more tasks.

Using

see sample chasefile

chase -l
  build    summary: "build main"
  tests    summary: "run all tests"
  hello    --
chase #runs the build task
chase tests # runs only the test dash

chase expects the custom shell declaration at the top of the file. if it does not exist, commands will be run with any reasonable sh (Git bash if on windows)

see ./idea/readme.md for more

todo

  • Run Parallel commands
  • Improve UI

About

command runner


Languages

Language:Go 100.0%