Acode Plugin Cli

Acode Plugin CLI

This is a Acode plugin cli tool to create plugins and easily work with it

Installation

build it from source

bash git clone https://github.com/coswat/acode-cli.git cd acode-cli cargo build --release mv target/release/acode-cli ~/.local/bin/ using cargo

bash cargo install acode-cli

Usage

run it using acode-cli command

bash acode-cli --help

Found Bugs? Open a Issue