Skip to content

My collection of library and utility functions, templates, snippets, and starter files/collections. (2023)

Notifications You must be signed in to change notification settings

codewizard13/ehw-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INFO PROPERTY VALUE
Folder Name ehw-lib
File Name README.md
Date Created 09/22/23
Date Modified --
Version 0.0.1
Programmer Eric Hepperle

TECHNOLOGIES

Markdown

WordPress

JavaScript

Git

GitHub


TAGS

Library Snippets Code Snippets Site Starters Custom Frameworks CMS Markdown WordPress JavaScript ES6

Purpose

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]

NOTES & CAVEATS

  • This README is in-progress and under construction.

Troubleshooting

Q: Custom folder icon not showing up?

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

CAVEATS:

  • Make sure you are in the parent folder and that the folder_name doesn't have any relative pathing artifacts (.\, ..\, etc)

Releases

No releases published

Packages

No packages published