Welcome to @tinyctl/extend
. This is the official extension library to interface with the tinyctl runtime to enhance your CLI development experience, providing you with the tools and flexibility needed to build and distribute amazing command-line interfaces with ease.
With tinyctl.sh, you can streamline the process of building and maining CLI applications that have a strong API focus.
tinyctl.sh allows you to quickly generate interactive CLI applications against your Swagger or OpenAPI definitions, and allows you to extend such CLI's with code extensions in a very flexible manner.
- API-first commands: Out of the box generation and maintainance your CLI based on your API changes.
- Command Parsing: Easily define and parse commands and options.
- Auto-Generated Help: Automatically generate help documentation for your CLI.
- Extensible: Customize and extend the library to fit your specific needs.
- Error Handling: Robust error handling to ensure your CLI runs smoothly.
Distribute to your users through the TinyCTL Project. No complex builds, no multi-GiB dependencies, simple ~20KiB signed package distribution.
Since this is simply an extension package to interface with the runtime, you should checkout the authoring and extensions documentation on our website