https://github.com/floneum/floneum-plugin-template
https://github.com/floneum/floneum-plugin-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/floneum/floneum-plugin-template
- Owner: floneum
- License: mit
- Created: 2023-07-20T04:11:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T03:30:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T10:48:11.047Z (4 months ago)
- Language: Rust
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Floneum Plugin Template
> A template to get you started creating a [Floneum](https://floneum.com) plugin
## Usage
Before you build your plugin, you must install [rust](https://rustup.rs/) and the `wasm32-wasi` toolchain.
```sh
rustup target add wasm32-wasi
```And install the Floneum CLI:
```sh
cargo install --git https://github.com/floneum/floneum floneum-cli
```You can build the project with:
```sh
floneum build --release
```