| INFO PROPERTY | VALUE |
|---|---|
| Folder Name | ehw-lib |
| File Name | README.md |
| Date Created | 09/22/23 |
| Date Modified | 02/20/25 |
| Version | 00.00.02 |
| Programmer | Eric Hepperle |
Library Snippets Code Snippets Site Starters Custom Frameworks CMS Markdown WordPress JavaScript ES6
Repository to house Eric Heppperle's code library. Contains code snippets, website starter frameworks, etc. Contains a variety of starter files and packages to save time and encourage consistency in design.
ehw-lib/
├── ico/
├── site_starters/
│ └── tmpl__csite-framework/
│ ├── arch-pages/
│ ├── assets/
│ │ ├── plugins/
│ │ └── themes/
│ ├── bkp/
│ ├── colors/
│ ├── dummy/
│ ├── ehd/
│ ├── ico/
│ ├── img/
│ ├── notes/
│ ├── sb/
│ ├── screens/
│ ├── tools/
│ ├── ux/
│ │ └── mockups/
│ ├── _inpro/
│ ├── _snaps/
│ └── _uns/
└── snippets/
├── sb/
└── wp/[created with: nathanfriend.io ASCII tree generator]
- This README is in-progress and under construction.
A: In PowerShell cd to the parent folder and set the "system file" attribute on the target child folder like this:
attrib +s folder_name- Make sure you are in the parent folder and that the folder_name doesn't have any relative pathing artifacts (
.\,..\, etc)
