colcon-devtools

0.3.0 · active · verified Fri Apr 17

colcon-devtools is an extension for the `colcon` build tool, providing commands and information about `colcon`'s extension points and installed extensions. It is currently at version 0.3.0. Its release cadence is generally aligned with the development of `colcon` itself, often releasing new versions alongside `colcon` or when new features or fixes are needed for its core functionality.

Common errors

Warnings

Install

Quickstart

This quickstart first installs both `colcon-core` and `colcon-devtools`, then demonstrates a core functionality: listing all discovered `colcon` extensions, including those provided by `colcon-devtools`, with verbose output.

pip install colcon-core colcon-devtools
colcon devtools extensions --verb

view raw JSON →