/exegol

Go lang package runner

Primary LanguageGoApache License 2.0Apache-2.0

exegol

Go lang package runner, an npx implementation for go

Concept

exegol installs the package in temporary location, executes the binary, post run cleans up installation

Installation

go get github.com/shubhodeep9/exegol

// latest versions of go
go install github.com/shubhodeep9/exegol@latest

Usage

Ensure $GOBIN is set in $PATH

exegol -uri package -v latest -arg "-sample arg"