Skip to content

dibrinsofor/chase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages