acode-plugin-cli

Crates.ioacode-plugin-cli
lib.rsacode-plugin-cli
version0.1.1
created_at2025-07-07 13:13:29.404459+00
updated_at2025-07-07 13:31:14.511779+00
descriptionA simple CLI tool to create Acode plugins easily
homepagehttps://github.com/itsvks19/acode-plugin-cli
repositoryhttps://github.com/itsvks19/acode-plugin-cli
max_upload_size
id1741253
size71,730
Vivek (itsvks19)

documentation

README

Acode Plugin CLI

Quickly create Acode plugins from official templates (JavaScript or TypeScript) using a simple CLI.


Installation

With Cargo

If you have Rust installed:

cargo install acode-plugin-cli

Usage

Run the tool in your terminal:

acode-plugin-cli

It will launch an interactive wizard to:

  • Choose plugin name, ID, version, description
  • Enter author info
  • Pick license & keywords
  • Select JavaScript or TypeScript template

Then it will create your plugin folder, ready to use.


Next:

cd your-plugin-folder
npm install

And start building your plugin for Acode!

Commit count: 0

cargo fmt