16 lines
189 B
Makefile
16 lines
189 B
Makefile
_:
|
|
@just --list
|
|
|
|
alias p:=publish
|
|
alias pub:=publish
|
|
|
|
# Init new cheat sheet
|
|
init:
|
|
init-cheatsheet.ts
|
|
|
|
# Publish cheat sheets
|
|
publish:
|
|
update-cheatsheet.ts
|
|
commit.ts --auto-commit
|
|
|