run-ctc
v0.1.1
Published
ctc command alias for coding-tools-conductor, the Coding Tools Conductor CLI/TUI. Run with npx run-ctc.
Maintainers
Readme
run-ctc
Name alias for coding-tools-conductor, the Coding Tools Conductor CLI/TUI (ctc).
Both packages install the same ctc command; this one simply delegates to the canonical package. Install one or the other, not both:
npm install -g coding-tools-conductor # canonical
# or
npm install -g run-ctc # this alias
ctc --helpNo install needed for a one-off run — npx resolves the package's sole bin entry regardless of the package name:
npx run-ctc --helpSource, documentation, and issues live in the coding-tools-mcp repository.
