Skip to content

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

License

Notifications You must be signed in to change notification settings

zhuba-Ahhh/archons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 76.7%
  • TypeScript 16.8%
  • JavaScript 6.3%
  • Shell 0.2%