opencto
v0.1.0
Published
OpenCTO CLI - A modern command-line tool for development workflows
Downloads
12
Maintainers
Readme
OpenCTO CLI
A modern command-line tool for development workflows.
Installation
Install globally via npm
npm install -g openctoUse without installing via npx
npx opencto --helpInstall from GitHub Releases
You can also download pre-built binaries directly from the GitHub Releases page.
Usage
After installation, you can use the opencto command:
# Show version
opencto --version
# Show help
opencto --helpSupported Platforms
This package supports the following platforms:
- Windows: x64
- Linux: x64, arm64
- macOS: x64, arm64
How it works
This npm package is a wrapper around the Go binary. When you install it:
- The package detects your platform (OS and architecture)
- Downloads the appropriate binary from GitHub releases
- Provides the
openctocommand that executes the binary
The binary is cached locally, so subsequent runs are fast.
Development
If you want to contribute to this project, please see the main repository:
https://github.com/sebst/opencto
License
MIT
Issues
If you encounter any issues, please report them at:
