Skip to content

Instantly share code, notes, and snippets.

View taurus227's full-sized avatar

Robert Mikes taurus227

View GitHub Profile
@taurus227
taurus227 / !Git hooks for NPM projects
Last active July 26, 2022 20:49 — forked from betorobson/post-checkout
git hook to run `npm install` after git pull, merge, rebase or checkout if package.json was changed
# The name for this gist (starts with exclamation mark, because the name of the gist is the name of the first file in ASCIIbetical order)
@startuml
together {
Path <|-- RolePath
Path <|-- ItemPath
Path <|-- DomainPath
}
ItemPath <|-- AgentPath
ItemPath -[hidden]left-> RolePath