run-ctc
v0.1.3
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 --helpThis package is a thin name alias and ships no source of its own. The canonical
package, its documentation, and release notes live on npm as
coding-tools-conductor.
