Documentation

Everything you need to know about Enchanted CLIs

Quick Start

Installation

npm install -g @b-clis/apt

Once installed, you can use the apt command to manage packages.

Features

APT-Style Commands

Familiar package management with commands like install, update, and remove.

Lightning Fast

Optimized for speed with parallel downloads and smart caching.

Developer Friendly

Built by developers, for developers. Simple and intuitive CLI.

Common Commands

Get package info

apt info <package-name>

Install a package

apt install <package-name>

Update packages

apt update

Remove a package

apt remove <package-name>

Publishing Packages

Publish Your CLI

Share your CLI tools with the community. Publishing is easy and free.

  1. Login with Discord
  2. Go to your dashboard
  3. Click "Publish Package"
  4. Upload your CLI files
  5. Add package details and publish!
Get Started