mask
CLI runner
A command-line task runner defined by a simple markdown file
🎠A CLI task runner defined by a simple markdown file
1k stars
17 watching
55 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
task-runner
Related projects:
Repository | Description | Stars |
---|---|---|
vladimirmarkelov/haku | A command runner inspired by make that allows users to write cross-platform task files with limited built-in commands and attributes. | 37 |
egoist/maid | A tool that automates repetitive tasks by defining and running tasks in Markdown files using specific syntax. | 2,024 |
joerdav/xc | Solves the problem of scripts and documentation being separate entities, by defining them inline with the documentation in a human-readable format | 1,206 |
zaaack/foy | A task runner with promise-based tasks and utilities for building and executing scripts. | 269 |
aaronriekenberg/rust-parallel | An asynchronous command-line application that runs commands in parallel, aggregates outputs, and provides various features for efficient execution. | 166 |
pydoit/doit | An automation tool that enables efficient task management and execution of complex workflows | 1,893 |
oconnor663/duct.rs | A library for running child processes in Rust, providing tools for building pipelines and handling errors and input/output. | 839 |
adamralph/simple-exec | A .NET library for running external commands with customizable behavior and exception handling. | 705 |
manojlds/cmd | A C# library to simplify running external programs and commands in a more dynamic way. | 357 |
jacobdeichert/wasm-astar | A WebAssembly-based A* pathfinding implementation for a maze demo | 427 |
raynes/conch | A Clojure library that provides a flexible interface to execute programs in a similar way to calling functions. | 540 |
jfairbank/run-elm | A command-line tool to run Elm code from the Node.js environment. | 52 |
joshuatvernon/cbf | A CLI tool that automates repetitive development tasks by storing and running customizable scripts in JSON or YAML format. | 27 |
kriswallsmith/spork | An experimental library that allows you to run tasks in parallel on multiple processes while maintaining control over the execution of code in both parent and child processes. | 586 |
lambdaisland/kaocha | A comprehensive test runner for Clojure and ClojureScript applications. | 805 |