devapack

Crates.iodevapack
lib.rsdevapack
version0.0.2
created_at2025-10-09 14:10:08.854663+00
updated_at2025-11-19 14:01:43.179192+00
descriptionAddon generator and packager for Devalang
homepage
repository
max_upload_size
id1875684
size367,749
D-C-MATE (d-c-mate)

documentation

README

Devalang Logo

Rust

Version License: MIT

npm crates

⚒️ Devapack (addon packager for Devalang)

You know Devalang, the powerful DSL for music and audio manipulation. Now, with Devapack, you can easily create and manage your own addons.

This library provides a simple way to create and manage your own addons for Devalang.

📚 Quick Access

🚀 Features

▶️ Get started

Installation

Node.js (NPM)

npm i -g @devaloop/devapack

Rust (Cargo)

cargo install devapack

Commands

Run the following command to create a new bank
devapack bank create
Run the following command to delete a bank
devapack bank delete <publisher>.<bank_name>

See more bank commands

See more plugin commands

Contributing

You must have Rust installed on your machine. Then, you can build the project using Cargo :

npm install
cargo build
cargo run

🤝 Contributing

Contributions, bug reports and suggestions are welcome !
Feel free to open an issue or submit a pull request.

🛡️ License

MIT — see LICENSE

Commit count: 0

cargo fmt