Add new init command for creating cheat sheets in justfile

This commit is contained in:
2026-04-12 10:17:22 +08:00
parent 7a71fd90b4
commit be6638d8b2

View File

@@ -4,7 +4,11 @@ _:
alias p:=publish
alias pub:=publish
# Publish
# Init new cheat sheet
init:
init-cheatsheet.ts
# Publish cheat sheets
publish:
update-cheatsheet.ts
commit.ts