Skip to content

Instantly share code, notes, and snippets.

View daveleee's full-sized avatar
🎯
Focusing

Dave Lee daveleee

🎯
Focusing
View GitHub Profile
@hswolff
hswolff / extensions.json
Last active July 3, 2023 01:34
Harry's Visual Studio Code Extensions, 2020
[
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.7"
# Project Title
A nice project with a nice description
---
## Requirements
For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
### Node
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 13, 2024 15:56
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example