Skip to content

noctisynth/archons

Folders and files

NameName
Last commit message
Last commit date
Jul 19, 2024
Mar 3, 2025
Mar 1, 2025
Mar 1, 2025
Jan 26, 2025
Mar 1, 2025
Jul 21, 2024
Mar 1, 2025
Mar 3, 2025
Mar 1, 2025
Mar 3, 2025
Jul 19, 2024
Jul 19, 2024
Jul 19, 2024
Aug 1, 2024
Mar 1, 2025
Jul 19, 2024
Mar 3, 2025
Jan 24, 2025
Jan 24, 2025
Jul 20, 2024
Jan 26, 2025
Mar 1, 2025
Jul 19, 2024
Mar 1, 2025
Mar 3, 2025
Jan 24, 2025
Mar 1, 2025
Mar 3, 2025
Mar 3, 2025
Jul 19, 2024
Jul 21, 2024

Repository files navigation

archons

Fast, powerful and elegant CLI build tool based on Rust

Installation

  1. Using npm

    npm install --save-dev archons
  2. Using pnpm

    pnpm add -D archons
  3. Using Deno.js

    deno add -D archons
  4. Using yarn

    yarn add -D archons
  5. Using 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.