Skip to content

n0madic/sprig-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprig-REPL

REPL go-template with Sprig functions

Install

go get -u github.com/n0madic/sprig-repl

Usage

$ sprig-repl
Use CTRL + D to exit
> {{ "hello!" | upper | repeat 5 }}
HELLO!HELLO!HELLO!HELLO!HELLO!
> "HELLO" | lower
hello
>

Brackets can be omitted.

About

REPL go-template with Sprig functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages