An open API service indexing awesome lists of open source software.

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.

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.