Create a new `ticket` javascript executable which wraps https://github.com/callumalpass/mdbase-tasknotes and adds all the operations required for managing tickets in the vault.
12 lines
160 B
Plaintext
12 lines
160 B
Plaintext
# Vim
|
|
*.swp
|
|
*~
|
|
.netrwhist
|
|
|
|
# Python
|
|
*.pyc
|
|
|
|
|
|
# dev-tickets CLI dependencies, installed by install-packages.sh (npm ci)
|
|
home/.local/lib/dev-tickets/node_modules/
|