liatrio / devops-bootcamp-notes-template

Mirror of bootcamp chapters and exercises to serve as a place to put notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a template repo for Apprentices to use to store their notes and code that they accumulate while going through the bootcamp.

This template was created with the following bash command. Being ran in this directory

$ export PATH_TO_BOOTCAMP=<path-to-bootcamp>;tree -if  -L 3 -I node_modules $PATH_TO_BOOTCAMP | rg "docs.*\.md$" | rg --invert-match "addendum|_sidebar|README|contributors" | sed "s|^$PATH_TO_BOOTCAMP/docs/||" | sed 's|.md||' | xargs mkdir -p

$ tree -ifd | xargs -I {} touch "{}/.gitkeep"

About

Mirror of bootcamp chapters and exercises to serve as a place to put notes


Languages

Language:HCL 100.0%