mirror of
https://github.com/thegeeklab/drone-plugin-lib.git
synced 2024-11-05 02:40:40 +00:00
1.8 KiB
1.8 KiB
drone-plugin-lib
Helper library to reduce the boilerplate code for writing Drone CI plugins.
Usage
Download the package
go get -d github.com/drone-plugins/drone-plugin-lib/errors
go get -d github.com/drone-plugins/drone-plugin-lib/urfave
go get -d github.com/drone-plugins/drone-plugin-lib/drone
Import the package
import "github.com/drone-plugins/drone-plugin-lib/errors"
import "github.com/drone-plugins/drone-plugin-lib/urfave"
import "github.com/drone-plugins/drone-plugin-lib/drone"
Contributors
Special thanks goes to all contributors. If you would like to contribute, please see the instructions.
License
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.