archons
v0.2.13
Published
Fast, powerful and elegant CLI build tool based on clap-rs
Downloads
86
Readme
archons
Fast, powerful and elegant CLI build tool based on Rust
Installation
Using npm
npm install --save-dev archonsUsing pnpm
pnpm add -D archonsUsing Deno.js
deno add -D archonsUsing yarn
yarn add -D archonsUsing bun
bun add -d archons
Usage
See Examples for examples.
See clap-rs for more information.
Inspiration
citty: An elegant CLI Builder created with nodejs, which inspired the API style of this project.
clap-rs: A full featured, fast Command Line Argument Parser for Rust, which is the core command-line parser of this project.
indicatif: A command line progress reporting library for Rust, which is used to display progress bars in this project.
inquire: A Rust library for building interactive prompts, which is used to display prompts in this project.
License
Released under MIT license.
