From 053caf1f71cd27af7c510e1fe1e9d270581274c9 Mon Sep 17 00:00:00 2001 From: jersou Date: Tue, 24 Sep 2024 01:14:42 +0200 Subject: [PATCH] add clite-parser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5fb445..2e024a2 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ This list is a collection of the best Deno modules and resources. - [chart](https://github.com/maximousblk/chart) - Console ASCII line charts with no dependencies. - [cli-spinner](https://github.com/ameerthehacker/cli-spinners) - Show spinners in the terminal while running long tasks. - [cliffy](https://github.com/c4spar/deno-cliffy) - The complete solution for building interactive command-line tools. +- [clite](https://github.com/jersou/clite-parser) - Automatic CLI generation from a class. - [kia](https://github.com/HarryPeach/kia) - Simple terminal spinners for Deno 🦕 - [terminal_images](https://github.com/mjrlowe/terminal_images) - A Deno module and CLI tool for displaying images in the terminal. - [tui](https://github.com/Im-Beast/deno_tui) - Module which allows easy creation of Terminal User Interfaces.