cryio-0.0.1 is not a library.
⚡ cry CLI
A fast, cross-platform package manager built with Rust.
Installation
Download binary (recommended)
Download the latest binary for your platform from cry.dev/install.
# Linux / Termux (Android)
|
# Windows (PowerShell)
|
Build from source
# Requires Rust (https://rustup.rs)
# Binary at: ./target/release/cry
Termux (Android)
Commands
| Command | Description |
|---|---|
cry install <pkg> |
Install a package |
cry add <pkg> |
Alias for install |
cry remove <pkg> |
Remove a package |
cry uninstall <pkg> |
Alias for remove |
cry update [pkg] |
Update package(s) |
cry search <query> |
Search the registry |
cry info <pkg> |
Show package details |
cry init |
Create cry.json |
cry login <token> |
Login with token from cry.dev |
cry logout |
Remove stored token |
cry whoami |
Show logged in user |
cry publish |
Publish current package |
cry.json
Version syntax
Publishing
- Create an account at cry.dev
- Generate a token at cry.dev/tokens
- Login:
cry login <your-token> - Publish:
cry publish
Cross-compilation
# Install cross
# Windows (from Linux)
# Linux ARM64 (Termux)
# Linux x86_64