taskr

A small task runner/build tool to help chain some commands together in projects.

Overview

taskr is a lightweight CLI tool written in Rust that allows developers to define and chain tasks for their projects, streamlining repetitive command sequences.

Features

  • Define custom tasks in a simple configuration file
  • Chain multiple commands into a single task
  • Cross-platform support
  • Parallel task execution

Technologies Used

  • Rust
  • CLI
  • Cross-platform compatibility

Links