| Crates.io | acode-plugin-cli |
| lib.rs | acode-plugin-cli |
| version | 0.1.1 |
| created_at | 2025-07-07 13:13:29.404459+00 |
| updated_at | 2025-07-07 13:31:14.511779+00 |
| description | A simple CLI tool to create Acode plugins easily |
| homepage | https://github.com/itsvks19/acode-plugin-cli |
| repository | https://github.com/itsvks19/acode-plugin-cli |
| max_upload_size | |
| id | 1741253 |
| size | 71,730 |
Quickly create Acode plugins from official templates (JavaScript or TypeScript) using a simple CLI.
If you have Rust installed:
cargo install acode-plugin-cli
Run the tool in your terminal:
acode-plugin-cli
It will launch an interactive wizard to:
Then it will create your plugin folder, ready to use.
Next:
cd your-plugin-folder
npm install
And start building your plugin for Acode!