Socket
Book a DemoInstallSign in
Socket

archons

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

archons

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

latest
Source
npmnpm
Version
0.2.13
Version published
Maintainers
3
Created
Source

archons

Fast, powerful and elegant CLI build tool based on Rust

Installation

  • Using npm

    npm install --save-dev archons
    
  • Using pnpm

    pnpm add -D archons
    
  • Using Deno.js

    deno add -D archons
    
  • Using yarn

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

Keywords

cli-tool

FAQs

Package last updated on 20 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts