Crate poodio

Source
Expand description

ยงpoodio

Stars Issues License

๐Ÿ’ฉ ๐Ÿ’จ Farts poo poo audio ๐Ÿ’จ ๐Ÿ’ฉ

ยงInstall & Run

NPMJS.com PyPI.org

๐Ÿ’ฉ We provide several ways to install and run poodio on your system with a single command. ๐Ÿ’ฉ

  1. ๐Ÿ’ฉ bunx ๐Ÿ’ฉ
    bunx poodio
    bunx --bun poodio
    bunx poodio@0.1.0
  2. ๐Ÿ’ฉ npx ๐Ÿ’ฉ
    npx -y poodio
    npx -y poodio@0.1.0
  3. ๐Ÿ’ฉ pipx ๐Ÿ’ฉ
    pipx run poodio
    pipx run poodio==0.1.0
  4. ๐Ÿ’ฉ uvx ๐Ÿ’ฉ
    uvx poodio
    uvx poodio==0.1.0

ยงInstall

GitHub.com NPMJS.com Homebrew Crates.io PyPI.org

๐Ÿ’ฉ We provide several ways to install poodio so you can run it later. ๐Ÿ’ฉ

  1. ๐Ÿ’ฉ brew ๐Ÿ’ฉ
    brew install asherjingkongchen/-/poodio
  2. ๐Ÿ’ฉ cargo-binstall ๐Ÿ’ฉ
    cargo-binstall -y poodio
    cargo-binstall -y poodio@0.1.0
  3. ๐Ÿ’ฉcurl ๐Ÿ’ฉ
    curl -LSsf https://asherjingkongchen.github.io/poopoo/poodio.sh | sh
    curl -LSsf https://asherjingkongchen.github.io/poopoo/poodio.sh | sh -s -- 0.1.0
  4. ๐Ÿ’ฉ npm ๐Ÿ’ฉ
    npm i -g poodio
    npm i -g poodio@0.1.0
  5. ๐Ÿ’ฉ pip ๐Ÿ’ฉ
    pip install poodio
    pip install poodio==0.1.0
  6. ๐Ÿ’ฉ uv ๐Ÿ’ฉ
    uv tool install poodio
    uv tool install poodio==0.1.0
  7. ๐Ÿ’ฉ git & cargo ๐Ÿ’ฉ
    git clone https://github.com/AsherJingkongChen/poopoo -b main --depth 1
    cargo install --locked --path poopoo/poodio
    git clone https://github.com/AsherJingkongChen/poopoo -b poodio@0.1.0 --depth 1
    cargo install --locked --path poopoo/poodio

ยงRun

macOS x86-64 Linux CLI ARM64 Windows

๐Ÿ’ฉ After installing, run poodio with the following commands. ๐Ÿ’ฉ

  1. ๐Ÿ’ฉ Prints help info ๐Ÿ’ฉ
    poodio -h
    poodio --help
  2. ๐Ÿ’ฉ Prints version info ๐Ÿ’ฉ
    poodio -V
    poodio --version

ยงIntegrate

Rust Node.js Python

๐Ÿ’ฉ You can integrate poodio into your own project with the following commands. ๐Ÿ’ฉ

  1. ๐Ÿ’ฉ cargo ๐Ÿ’ฉ
    cargo add poodio
    cargo add poodio@0.1.0
  2. ๐Ÿ’ฉ npm ๐Ÿ’ฉ
    npm i poodio
    npm i poodio@0.1.0
  3. ๐Ÿ’ฉ uv ๐Ÿ’ฉ
    uv add poodio
    uv add poodio==0.1.0
  4. ๐Ÿ’ฉ git & cargo ๐Ÿ’ฉ
    git clone https://github.com/AsherJingkongChen/poopoo -b main --depth 1
    cargo add --path poopoo/poodio
    git clone https://github.com/AsherJingkongChen/poopoo -b poodio@0.1.0 --depth 1
    cargo add --path poopoo/poodio

Modulesยง

cli
Command Line Interface (CLI) for poodio.
err
Error handling module.