From 0c1528becc323aec553c9bdcce997c7904703727 Mon Sep 17 00:00:00 2001 From: Ayoub Adib Date: Sun, 15 Oct 2023 12:42:49 +0200 Subject: [PATCH] Add Termost JavaScript framework --- README.md | 2 ++ docs/index.html | 3 +++ docs/print.html | 3 +++ docs/searchindex.js | 2 +- docs/searchindex.json | 2 +- index.html | 3 +++ 6 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79c1138..89a6127 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,8 @@ etc. - [Clerc](https://github.com/clercjs/clerc) : Clerc is a full-featured library for building CLI Apps in Node.js, Deno or Bun. It's strongly-typed, easy-to-use and flexible. +- [Termost](https://github.com/adbayb/termost): A full-featured framework to build your next command line interfaces (CLI) in a minute. Thanks to its fluent and type-safe API, you can easily express and manage your program metadata (including version and help), sub-commands, user prompts, tasks, options and flags, ... + ## [Julia](https://julialang.org/) - [Comonicon.jl](https://github.com/comonicon/Comonicon.jl) : Your best CLI generator in JuliaLang. diff --git a/docs/index.html b/docs/index.html index 77bf81a..79ab3f3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -401,6 +401,9 @@

Clerc : Clerc is a full-featured library for building CLI Apps in Node.js, Deno or Bun. It's strongly-typed, easy-to-use and flexible.

+
  • +

    Termost : A full-featured framework to build your next command line interfaces (CLI) in a minute. Thanks to its fluent and type-safe API, you can easily express and manage your program metadata (including version and help), sub-commands, user prompts, tasks, options and flags, ...

    +
  • Julia

    Julia

    Julia