General programming practice
Go to file
Shaun Reed 6aa9351ea8 Added a simple bash script for quick build, cleanup of cmake projects 2019-07-21 02:59:35 -04:00
plates/cpp-cmake Fixed whitespace in cpp-cmake root CMakeLists 2019-07-21 00:42:01 -04:00
refs Added refs folder for useful bits of text 2019-07-21 00:48:22 -04:00
scripts Added a simple bash script for quick build, cleanup of cmake projects 2019-07-21 02:59:35 -04:00
README.md Initial commit, provided a basic README. 2019-07-21 00:36:38 -04:00

README.md

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

    │    ├    ─    └