No description
  • Python 84%
  • Shell 16%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-08 11:05:57 +02:00
bin Reword PR stack heading: targets -> builds 2026-09-08 11:05:57 +02:00
README.md Add README with mise.local.toml usage example 2026-09-08 10:46:33 +02:00

tools

Shared helper scripts for working on rule-mapping projects. Executables live in bin/.

Usage with mise

The easiest way to get the scripts onto your PATH is a mise.local.toml file that prepends the bin/ directory of this repository:

[env]
# Prepend a directory to your PATH
_.path = ["~/projects/rule-mapping/tools/bin"]

Adjust the path to wherever you cloned this repository — your directory layout is probably different.

Where to put the file

  • Parent directory (recommended): place mise.local.toml in a directory that contains all your rule-mapping checkouts (e.g. ~/projects/rule-mapping/). mise applies the config to that directory and everything below it, so the tools are available in all repositories at once.
  • Inside a repository: you can also put mise.local.toml directly into a repository's root. In that case, make sure it is listed in that repository's .gitignore — the file is machine-specific and must not be committed.