jacobdeichert/mask
🎭 A CLI task runner defined by a simple markdown file observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 61
- Release rhythm 65
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 2615
- days_rel: 235
- days_push: 235
- n_releases_24m: 4
Adoption not part of the score
1611 stars · 60 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Mask is a CLI task runner written in Rust where tasks are defined in a markdown file (maskfile.md). Headings define commands, blockquotes define descriptions, and code blocks define the scripts to run, making the task file both documentation and executable command definitions.
Use cases
- run project build and test commands from a markdown file
- replace make with a simpler documentation-first task runner
- define dev setup scripts that double as documentation
- run tasks with different scripting runtimes like node, python, ruby, or php
- define CLI commands with positional args, flags, and subcommands
When to choose
- you want a task runner where the config file is human-readable documentation
- you prefer markdown over Makefile syntax
- you need multi-language script blocks in one task file
- you want your project's commands documented on GitHub automatically
When to avoid
- you need Make's incremental build and dependency tracking
- you need complex shell logic or parallel task execution
- your team already standardizes on make, just, or npm scripts
Facets
cli-tool · maturity active
cli developer-tools workflow-automation build-tool developer-tools documentation windows cli rust task-runner markdown makefile-alternative rust command-line automation linux macos
2 sources
- readme: https://github.com/jacobdeichert/mask · fetched 2026-08-28 · 4573e95be9cb
- registry_crates: https://crates.io/api/v1/crates/mask · fetched 2026-08-29 · 535495882de6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jacobdeichert/mask | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="jacobdeichert/mask")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem