A journal experiment for the month of May, 2018
I am live-blogging my entire process and thought patterns around work this month. Follow along!
Posts:
- Sun at 12:21 - Sunday morning review
- Fri at 13:23 - mntnr/audit templates
- Fri at 11:47 - npm or yarn?
- Fri at 11:38 - Automatically creating audit templates
- Thu at 15:19 - Goodbye
- Thu at 12:02 - Initial commit for May
All content CC-BY-NC © 2018 Richard Littauer.
I need a way to automatically update my audit templates so that they pull down the most recent version, and automatically have some details filled in.
What I think I could do is:
curl https://raw.githubusercontent.com/mntnr/audit-templates/master/audit-template.md > audit-name.md
I think that’s probably fine. But I don’t want to have to continually remember the URL. I could add a line to my bash_profile… or perhaps an npm module? I could copy covgen’s code pretty easily. Let’s do that.