Tooling: Start here¶
This section covers the Incan tooling experience:
- SDK install and project creation
- CLI (
check,build,run,fmt,test,inspect, andtools) - 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 and run (SDK-first)
- CLI reference (commands/flags/env vars)
- Codegraph inspection (compiler-backed source-structure JSONL)
Use the CLI reference for incan build --report json and incan inspect rust --format json; those commands share the same 0.4 semantic-inspection plane as diagnostics and codegraph export.
Canonical first-contact flow¶
incan new hello --yes
cd hello
incan run
incan test
incan build --release
Repository make targets remain the contributor path for working on Incan itself.