betl

Crates.iobetl
lib.rsbetl
version0.1.0
sourcesrc
created_at2024-10-17 15:23:09.964394
updated_at2024-10-17 15:23:09.964394
descriptionBeagleEditor tools, all in one place!
homepage
repositoryhttps://github.com/beaglesoftware/betl
max_upload_size
id1413352
size51,970
Mani Arasteh (ManiArasteh)

documentation

README

BeagleEditor Toolchain

A CLI app to manage BeagleEditor

Installation

Cargo

First, make sure you have Rust installed

Install Visual Studio C++ build tools from Microsoft website If you have Windows, otherwise install gcc and g++ with your system package manager

It's good to check for a new update if you have Rust installed previously

rustup update

Once installed, run this command to install BeTL

cargo install betl

Sometimes, installation may fail. Run this command if installation failed:

cargo install --locked betl

Executable files

Install from GitHub releases

Features

Feature Description
Explain an error/warning/info Description not avaliable
Installs BeagleEditor Installs BeagleEditor for you (Just for Windows)
Commit count: 6

cargo fmt