Installation
Warning
CodeMap currently only supports Unix-based platforms (macOS, Linux). For Windows users, we recommend using Windows Subsystem for Linux (WSL).
Tip
After installation, you can use either codemap
or the shorter alias cm
to run the commands.
Installation using uv (Recommended)
Using uv
is recommended as it installs the package in an isolated environment and automatically manages the PATH.
# Stable version:
uv tool install codemap
# Development Version:
uv tool install codemap --prerelease allow
Updating CodeMap
To update CodeMap to the latest version:
uv tool upgrade codemap
Uninstalling
uv tool uninstall codemap