SaaSHub helps you find the best software and product alternatives Learn more →
Golem Alternatives
Similar projects and alternatives to golem
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
gomplate
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
-
golem discussion
golem reviews and mentions
-
SSH Quoting
This is the method I ended up using for golem (https://github.com/robsheldon/golem), a tool I wrote for executing server documentation on remotes. Shell quoting was by far the hardest part to get right, and the base64 pipe was the only solution that correctly handled all forms of quoting embedded in the scripts.
-
Literate: A Flexible Literate Programming System
I've seen a few posts here recently on literate programming; I really hope it takes hold as a trend.
A couple of months ago I released a "literate devops" tool: https://github.com/robsheldon/golem/
It extends https://github.com/bashup/mdsh so that you can execute shell code, embedded in markdown, on remote servers. I hope someday that documented server management becomes the standard.
-
Show HN: Stamp turns a folder into a plain text file and a file into a folder
I use this pattern a lot along with a tool I built for doing server deployments and administration using plain old shell scripts and ssh (golem: https://github.com/robsheldon/golem/).
There are two caveats:
First, if there's any chance at all that the heredoc may contain a $, or a `, or possibly some other shell-magical characters, then you have to use a single-quoted heredoc:
cat <<'EOF'...
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 Jan 2025
Stats
robsheldon/golem is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of golem is Shell.