Task Automation with just¶
Copper uses just to keep common tasks repeatable. just looks for the nearest justfile, so run it from the project directory you want to work in.
Install¶
Follow the installation instructions in the just README for your platform.
Discover commands¶
just -l
Where to run just¶
- Repo root: CI and lint helpers.
- Examples:
examples/cu_caterpillarexamples/ros_caterpillarexamples/ros_zenoh_caterpillarexamples/cu_rp_balancebotexamples/cu_elrs_bdshot_demoexamples/cu_standalone_structlog- Components:
components/sources/cu_ads7883components/sinks/cu_rp_sn754410components/payloads/cu_ros_payloads- Support utilities:
support(general deploy/sdcard)support/docker(build/run dev containers)