Skip to content

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

Notifications You must be signed in to change notification settings

liatrio/devops-bootcamp-notes-template

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages