gorilla

module
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2021 License: Apache-2.0

README

Gorilla logo

Gorilla Go Report Card Build status

Munki-like Application Management for Windows

Gorilla is intended to provide application management on Windows using Munki as inspiration. Gorilla supports .msi, .ps1, .exe, or .nupkg (via chocolatey).

Getting Started

Information related to installing and configuring Gorilla can be found on the Wiki.

Building

If you just want the latest version, download it from the releases page.

Building from source requires the Go tools.

macOS and Linux

After cloning this repo, just run make build. A new binary will be created in build/

Windows

After cloning this repo, just run go build -i ./cmd/gorilla. A new binary will be created in the current directory.

Contributing

Pull Requests are always welcome. Before submitting, lint and test:

go fmt ./...
go test ./...

Directories

Path Synopsis
cmd
pkg
version
Package version provides utilities for displaying version information about a Go application.
Package version provides utilities for displaying version information about a Go application.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL