mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
17 lines
200 B
Markdown
17 lines
200 B
Markdown
# LibHelm
|
|
|
|
A helm abstraction for Portainer.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
go get github.com/portainer/portainer/pkg/libhelm
|
|
```
|
|
|
|
## Tests
|
|
|
|
### Integration
|
|
|
|
```sh
|
|
INTEGRATION_TEST=1 go test binary/*.go
|
|
```
|