devaforge 0.0.2

An addon generator for Devalang, the domain-specific language for sound and music.
devaforge-0.0.2 is not a library.

Rust

Version License: MIT

npm crates

🦊 Devaforge (addon creator for Devalang)

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

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

📚 Quick Access

🚀 Features

▶️ Get started

Installation

Node.js (NPM)

npm i -g @devaloop/devaforge

Rust (Cargo)

cargo install devaforge

Commands

Run the following command to create a new bank:
devaforge bank create
Run the following command to delete a bank:
devaforge bank delete <author>.<bank_name>

See more bank 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