Tooling: Start here¶
This section covers the Incan tooling experience:
- CLI (build/run/fmt/test)
- editor setup and LSP
If you’re not sure where you fit, start at Start here.
Tutorials (learn)¶
How-to guides (do)¶
Reference (look up)¶
Single source of truth pages under Tooling:
- Install/build/run (make-first)
- CLI reference (commands/flags/env vars)
Canonical commands (make-first)¶
make install
incan --version
Notes:
make installinstallsincanto~/.cargo/bin.- If
incanis not found, make sure~/.cargo/binis on yourPATH.
make release
./target/release/incan --version
Notes¶
- We prefer repository
maketargets in docs wherever possible.