0.2.9 • Published 5 months ago

archons v0.2.9

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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.

0.2.9

5 months ago

0.2.8

6 months ago

0.2.7

6 months ago

0.2.6

6 months ago

0.2.5

11 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago