. ,-. ,-. . . ,-. ,-. ,-. ,-. ,-. ,-,-. ,-,-. . . ,-. . |- . .
/| `-'
No description
git clone https://source.community/jeffdecola/my-go-tools.git
=> โค๏ธ Likes (1)
=> ๐ Branches
=> ๐ Log
=> โ /docs
_Decrypt a file with AES-256 GCM (a 32-byte hash key) using the crypto/aes
package.
Works with encryptfile[1]._
_Encrypt a file with AES-256 GCM (a 32-byte hash key) using the crypto/aes
package.
Works with decryptfile[1]._
=> 1: markdown-create-table-of-contents
Parse a markdown file to find ##
, ###
to create a table of contents (TOC) for links at github. I like to use a TOC at the beginning of my README.md files.
Take a markdown file and "do whatever you want" between the delimiters and output new markdown file.
For fun, I use concourse to update my-go-tools GitHub Webpage[1] and alert me of the changes via repo status and slack.
=> 1: my-go-tools GitHub Webpage
A pipeline file pipeline.yml[1] shows the entire ci flow. Visually, it looks like,
IMAGE - my-go-tools concourse ci pipeline - IMAGE[1]
=> 1: IMAGE - my-go-tools concourse ci pipeline - IMAGE
The jobs
and tasks
are,
job-readme-github-pages
runs taskreadme-github-pages.sh[1].
The concourse resources types
are,
my-go-tools
uses a resource typedocker-image[1] to PULL a repo from github.
resource-slack-alert
uses a resource typedocker image[1] that will notify slack on your progress.
resource-repo-status
uses a resource typedocker image[1] that will update your git status for that particular commit.
For more information on using concourse for continuous integration, refer to my cheat sheet on concourse[1].
=> 1: concourse
ยท ยท ยท
=> ๐ก Home | ๐ FAQs | ๐ต๏ธ Privacy Policy | ๐ค Terms & Conditions | ๐ Official Gemlog | info@source.community
ยฉ 2025 source.community
text/gemini; charset=utf-8; lang=en
This content has been proxied by September (3851b).