Skip to content

devaloop-labs/devapack

Repository files navigation

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>

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