This is a Acode plugin cli tool to create plugins and easily work with it
using cargo
bash
git clone https://github.com/coswat/acode-cli.git
cd acode-cli
cargo build --release
mv target/release/acode-cli ~/.local/bin/
run it using acode-cli
command
bash
acode-cli --help
Found Bugs? Open a Issue