#deployment #projects #command #transform #operations #production #builds

app btd

CLI tool to transform and deploy production builds of projects with file operations and commands

1 stable release

1.0.0 Mar 30, 2024

#3 in #builds

Download history 163/week @ 2024-03-30 8/week @ 2024-04-06 1/week @ 2024-04-13

172 downloads per month

GPL-3.0-or-later

160KB
622 lines

btd

Build. Transform. Deploy.

btd allows you to transform and deploy production builds of projects with file operations and commands using easy-to-edit YAML files.

Features

Convenient File Format

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.

User-Wide Store

Instructions can be in codebase or in a user-wide library that allows for the separation of open-source projects from the specific instructions for deploying them to proprietary environments.

Installation

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.

Documentation

You can find the btd documentation on the website.

Developing

btd is build using Rust and Cargo. View Cargo's documentation to learn more about developing with Cargo.

Dependencies

~6–17MB
~227K SLoC