Configure environment variables in ~/.zprofile (when using Zsh):
export GH_ACCESS_TOKEN="..."Install dependencies and build:
npm ci
bash ./build.sh
Use jq to sort all template entries by title.
jq '. |= sort_by(.title|ascii_upcase)' templates_backup.json > sorted.json