3 stable releases
1.1.3 | Oct 24, 2024 |
---|---|
1.1.2 | Oct 23, 2024 |
1.0.0 | Mar 30, 2024 |
#474 in Parser implementations
160KB
911 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. It supports Unix-like and Windows servers.
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 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.
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–19MB
~231K SLoC