https://github.com/coswat/acode-cli
Acode plugin CLI tool to devlop plugins faster
https://github.com/coswat/acode-cli
acode cli tool
Last synced: 7 months ago
JSON representation
Acode plugin CLI tool to devlop plugins faster
- Host: GitHub
- URL: https://github.com/coswat/acode-cli
- Owner: coswat
- License: mit
- Created: 2023-07-27T11:38:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-11-20T15:23:42.000Z (7 months ago)
- Last Synced: 2025-11-20T17:13:53.881Z (7 months ago)
- Topics: acode, cli, tool
- Language: Rust
- Homepage:
- Size: 101 KB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# 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