Initial commit, provided a basic README.
This commit is contained in:
parent
cf36e50d30
commit
af157e0141
27
README.md
27
README.md
|
@ -1,2 +1,29 @@
|
|||
# klips
|
||||
Snippets that I frequently use and share
|
||||
|
||||
This repository is a collection of code snippets that I reuse, clone, or frequently refer to in regards to configurations or settings. This can be cloned as a whole and refered to locally as needed, or copied around and used to lay out templates for larger projects.
|
||||
|
||||
The snippets are organized within topic-labeled folders. 'plates' is short-hand for templates, and houses all folders / projects that can be copied and edited / adjusted locally as templates for larger projects.
|
||||
|
||||
Other directories could contain configuration files, bash exports, scripts, etc.
|
||||
|
||||
All snippets will be listed below with the directories in the master branch. If you are not on master, I cant guarentee anything will be anywhere unless otherwise described.
|
||||
|
||||
### Contents
|
||||
|
||||
```
|
||||
https://github.com/
|
||||
|
||||
shaunrd0/klips/
|
||||
|
||||
│
|
||||
│# Custom Templates
|
||||
│
|
||||
├── plates/
|
||||
└── cpp-cmake
|
||||
|
||||
# Copy / paste below symbols for editing this README / updating hierarchy
|
||||
|
||||
│ ├ ─ ├ └
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue