No description
- Python 84%
- Shell 16%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| bin | ||
| README.md | ||
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.tomlin 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.tomldirectly 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.