0.0.23 • Published 7 months ago

@poodio/poodio-x64-win32-unknown v0.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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