Crates.io | btd |
lib.rs | btd |
version | 1.1.3 |
source | src |
created_at | 2024-03-30 03:19:09.870393 |
updated_at | 2024-10-24 21:37:48.415947 |
description | CLI tool to transform and deploy production builds of projects with file operations and commands. |
homepage | |
repository | https://github.com/BrandonXLF/btd |
max_upload_size | |
id | 1190757 |
size | 784,130 |
btd
allows you to transform and deploy production builds of projects with file operations and commands using easy-to-edit YAML files. It supports Unix-like and Windows servers.
Transformations are stored in instruction files that are created using the easy-to-edit YAML file format. YAML makes it trivial to define multiline strings strings wile requiring minimal syntax.
Instructions can be located in codebase or in a user-wide library, located anywhere, that allows for the separation of open-source projects from the specific instructions for deploying them to proprietary environments.
If you have Rust and Cargo installed (install Rust), then you can build and install btd
with the command cargo install btd
.
On Windows, an installer is available for download that installs a precompiled copy of btd
and adds it to the $PATH
. A precompiled exe is also available directly.
You can find the btd
documentation on the website.
btd
is build using Rust and Cargo. View Cargo's documentation to learn more about developing with Cargo.