Skip to content

Builder plugin for Waypoint to create archives out of your sources

Notifications You must be signed in to change notification settings

xsaamiir/waypoint-plugin-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waypoint Plugin Archive

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..

Install

To install the plugin, run the following command:

make install # Installs the plugin in `${HOME}/.config/waypoint/plugins/`

Configure

project = "project"

app "webapp" {
  path = "./webapp"

  build {
    use "archive" {}
  }
}

About

Builder plugin for Waypoint to create archives out of your sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published