Skip to content

Instantly share code, notes, and snippets.

View dperuo's full-sized avatar

Derek Peruo dperuo

View GitHub Profile
TypeScript Type Definitions Files

Logo

{{ Project Title }}

{{ Project Tag Line }}

Simple Servers

npx http-server
npx json-server
xs
sm
md
lg
xl
===
nano
micro
See below.
# https://github.com/marketplace/actions/github-labeler
# https://ionicframework.com/docs/theming/color-generator
# https://github.com/commitizen/cz-cli
# https://www.rapidtables.com/web/color/index.html
- "name": "BLOCKED"
"description": "Blocked by other pull requests"
"color": "eb445a" # red
- "name": "chore"
8
16
24
32
40
48
56
64
72
INPUT := myfile
OUTPUT := myfile2
.PHONY: all
all: $(OUTPUT)
$(OUTPUT): $(INPUT)
cp $^ $@
$(INPUT):