Skip to content

noctisynth/archons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archons

Fast, powerful and elegant CLI build tool based on clap-rs

Installation

  1. Using npm

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

    pnpm add -D archons
  3. Using yarn

    yarn add -D archons
  4. Using bun

    bun add -d archons

Usage

See Examples for examples.

See clap-rs for more information.

Inspiration

  • clap-rs A full featured, fast Command Line Argument Parser for Rust.

  • citty An elegant CLI Builder created with nodejs.

License

Released under MIT license.