Skip to content

stuart-haas/rune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUNE

A mythical and legendary task runner.

Install

go run . internal.yml link

Usage

Run specific Task

rune internal.yml verify

TODO

  • Add Cobra/Viper for the CLI
  • Support env vars
  • Support template vars
  • Support remote tasks
  • Extendable API
  • HTTP server
  • Docker support
  • Extend/include
  • Add flags
    --ignore-errors # skips errors
    --task # specify tasks or tasks to run in sequence
    --sequential # execute tasks in sequence (default)
    --parallel # execute tasks in parallel
    --ignore-tasks # specify task or tasks to ignore
    --config # specifiy location of runner config
    --work-dir # specifiy working directory
    --install # build and make symbol link in /usr/local/bin
    --docker # support executing from Docker image
    

About

A mythical and legendary task runner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages