Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 591 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 591 Bytes

tsk

A task-runner and build tool for simpletons

https://notnmeyer.github.io/tsk-docs/

installation

https://notnmeyer.github.io/tsk-docs/docs/installation

tl;dr, brew install notnmeyer/tsk/tsk

example

$ cat tasks.toml
[tasks.hello_world]
cmds = ["echo Hello World!"]

$ tsk hello_world
Hello World!

see examples/tasks.toml for complete usage and configuration reference.

docs

https://notnmeyer.github.io/tsk-docs/

release

tag a new release with, env version=0.0.0 tsk release, and let GHA do it its thing.