waypoint-plugin-archive is a builder plugin for Waypoint. It allows you to archive source files or directories.
The plugin is working as expected for my use case but is still missing some features, please open an issue for any feedback, issues or missing features..
To install the plugin, run the following command:
make install # Installs the plugin in `${HOME}/.config/waypoint/plugins/`
project = "project"
app "webapp" {
path = "./webapp"
build {
use "archive" {}
}
}