poodio-0.0.12 has been yanked.
What does poodio do?
π© π¨ Farts poo poo audio π¨ π©
Install & Run
π© We provide several ways to install and run poodio on your system with a single command. π©
| π© Method π© | π© Command π© |
|---|---|
1. npx |
npx -y poodionpx -y poodio@0.1.0 |
2. bunx |
bunx -y poodiobunx -y poodio@0.1.0 |
Install
π© We provide several ways to install poodio so you can run it later. π©
| π© Method π© | π© Command π© |
|---|---|
1. npm |
npm i -g poodionpm i -g poodio@0.1.0 |
2. cargo-binstall |
cargo-binstall -y poodiocargo-binstall -y poodio@0.1.0 |
3. git & cargo |
git clone https://github.com/AsherJingkongChen/poopoo -b main --depth 1cargo install --path poopoo/poodiogit clone https://github.com/AsherJingkongChen/poopoo -b poodio@0.1.0 --depth 1cargo install --path poopoo/poodio |
Run
π© After installing, run poodio with the following commands. π©
| π© Action π© | π© Command π© |
|---|---|
| π© Shows help info π© | poodio -hpoodio --help |
| π© Shows version info π© | poodio -vpoodio --version |
Integrate
π© You can integrate poodio into your own project with the following commands. π©
| π© Method π© | π© Command π© |
|---|---|
1. npm |
npm i poodionpm i poodio@0.1.0 |
2. cargo |
cargo add poodiocargo add poodio@0.1.0 |
3. git & cargo |
git clone https://github.com/AsherJingkongChen/poopoo -b main --depth 1cargo add --path poopoo/poodiogit clone https://github.com/AsherJingkongChen/poopoo -b poodio@0.1.0 --depth 1cargo add --path poopoo/poodio |