rwxrob-dot/snippets/README.md

14 lines
462 B
Markdown
Raw Normal View History

2022-02-09 07:29:05 +00:00
# Snippets and Templates Library
Code templates and other snippets that I often find myself needing to
source or paste. I use them with a `snip` script. Your mileage may vary.
## Conventions
* Directories named after Vim file types
* Files have no suffixes
* Use full shebang for syntax even if deleted
* Executable just for convenience (don't add to `PATH`)
* Initial paragraph of explanatory comment (easy to delete)
* Always use `shellcheck` before saving