Registry / cli / markbates-grift

markbates-grift

JSON →
library1.5.0gogounverified

A Go library for running tasks and commands, similar to Rake or Make.

go get github.com/markbates/grift
INSTALL
IMPORT
SIG · MARKBATES-GRIFT
M
markbates-grift
cligov1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

grift
github.com/markbates/grift

Define and run a simple Grift task.

package main import ( "fmt" "github.com/markbates/grift/grift" ) func main() { grift.Run("default", func(c *grift.Context) error { fmt.Println("Hello from Grift!") return nil }) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
markbates-grift — go get markbates-grift · libregistry