Distrib
Distrib helps you distribute your software.
[Features] | [Prerequisites] | [Installation] | [Examples] | [Reference] | [Development]
✨ Features
- Available both as the command-line tool
distriband a polyglot library. - Polyglot software (soon!) available for Dart, Python, Ruby, Rust, and TypeScript.
- Cuts red tape: 100% free and unencumbered public domain software.
⬇️ Installation
Installation of the CLI
Installation via Cargo Binstall
cargo binstall -y distribInstallation via mise
mise use -g github:artob/distribInstallation via Cargo
cargo install distrib --locked --features=cliInstallation of the Library
Installation from Crates.io
cargo add distribInstallation from NPM
npm install distrib
bun add distrib
pnpm add distrib
yarn add distribInstallation from Pub.dev
dart pub add distrib
flutter pub add distribInstallation from PyPI
pip install -U distrib.sh
uv add distrib.sh
poetry add distrib.sh
pdm add distrib.shInstallation from RubyGems
gem install distrib
bundle add distrib👉 Examples
📚 Reference
Command-Line Interface
👨💻 Development
git clone https://github.com/artob/distrib.git