Expand description
ยงpoodio
๐ฉ ๐จ Farts poo poo audio ๐จ ๐ฉ
ยงInstall & Run
๐ฉ We provide several ways to install and run poodio on your system with a single command. ๐ฉ
- ๐ฉ
bunx๐ฉbunx poodiobunx --bun poodiobunx poodio@0.1.0 - ๐ฉ
npx๐ฉnpx -y poodionpx -y poodio@0.1.0 - ๐ฉ
pipx๐ฉpipx run poodiopipx run poodio==0.1.0 - ๐ฉ
uvx๐ฉuvx poodiouvx poodio==0.1.0
ยงInstall
๐ฉ We provide several ways to install poodio so you can run it later. ๐ฉ
- ๐ฉ
brew๐ฉbrew install asherjingkongchen/-/poodio - ๐ฉ
cargo-binstall๐ฉcargo-binstall -y poodiocargo-binstall -y poodio@0.1.0 - ๐ฉ
curl๐ฉcurl -LSsf https://asherjingkongchen.github.io/poopoo/poodio.sh | shcurl -LSsf https://asherjingkongchen.github.io/poopoo/poodio.sh | sh -s -- 0.1.0 - ๐ฉ
npm๐ฉnpm i -g poodionpm i -g poodio@0.1.0 - ๐ฉ
pip๐ฉpip install poodiopip install poodio==0.1.0 - ๐ฉ
uv๐ฉuv tool install poodiouv tool install poodio==0.1.0 - ๐ฉ
git&cargo๐ฉgit clone https://github.com/AsherJingkongChen/poopoo -b main --depth 1 cargo install --locked --path poopoo/poodiogit clone https://github.com/AsherJingkongChen/poopoo -b poodio@0.1.0 --depth 1 cargo install --locked --path poopoo/poodio
ยงRun
๐ฉ After installing, run poodio with the following commands. ๐ฉ
- ๐ฉ Prints help info ๐ฉ
poodio -hpoodio --help - ๐ฉ Prints version info ๐ฉ
poodio -Vpoodio --version
ยงIntegrate
๐ฉ You can integrate poodio into your own project with the following commands. ๐ฉ
- ๐ฉ
cargo๐ฉcargo add poodiocargo add poodio@0.1.0 - ๐ฉ
npm๐ฉnpm i poodionpm i poodio@0.1.0 - ๐ฉ
uv๐ฉuv add poodiouv add poodio==0.1.0 - ๐ฉ
git&cargo๐ฉgit clone https://github.com/AsherJingkongChen/poopoo -b main --depth 1 cargo add --path poopoo/poodiogit clone https://github.com/AsherJingkongChen/poopoo -b poodio@0.1.0 --depth 1 cargo add --path poopoo/poodio