Documentation
Everything you need to know about Enchanted CLIs
Quick Start
Installation
npm install -g @b-clis/aptOnce 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 updateRemove a package
apt remove <package-name>Publishing Packages
Publish Your CLI
Share your CLI tools with the community. Publishing is easy and free.
- Login with Discord
- Go to your dashboard
- Click "Publish Package"
- Upload your CLI files
- Add package details and publish!