ThatDev.Shparki

Task Runner

A simple task automation tool inspired by Make.

automation cli rust

Overview

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Features

  • TOML-based configuration
  • Dependency resolution
  • Parallel execution
  • Watch mode

Example

[tasks.build]
command = "cargo build --release"
deps = ["clean"]

[tasks.clean]
command = "rm -rf target"

Status

Still in early development.