https://github.com/utakotoba/vertin
A simple command line app building helper.
https://github.com/utakotoba/vertin
arg builder cli command-line command-line-tool helper parser tooling vertin
Last synced: 9 months ago
JSON representation
A simple command line app building helper.
- Host: GitHub
- URL: https://github.com/utakotoba/vertin
- Owner: utakotoba
- License: mpl-2.0
- Created: 2025-08-12T10:44:01.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2025-08-21T16:34:34.000Z (10 months ago)
- Last Synced: 2025-08-21T17:15:43.040Z (10 months ago)
- Topics: arg, builder, cli, command-line, command-line-tool, helper, parser, tooling, vertin
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Vertin
Vertin is a universal command-line application scaffolding tool designed to help you build CLI applications with ease. It is fully typed and follows a functional programming style as its foundation. Vertin enforces a consistent command-line application structure, including built-in features such as a help command. It also offers useful utilities for building robust CLIs, such as a centralized logging system, colorized output helpers, and more.
> This project is in an early stage of development, and it will take some time to complete the major features.