A CLI for scaffolding ATProto web applications

chore: stuff

besaid.zone 8e990de3 53c7b12b

verified
+7 -4
+6 -3
.tangled/workflows/release.yml
··· 14 14 steps: 15 15 - name: test 16 16 command: | 17 - git config user.name "pluto[bot]" 18 - git config user.email "me+pluto@dane.computer" 17 + git config user.name "pluto[bot]" 18 + git config user.email "me+pluto@dane.computer" 19 19 20 - git config list 20 + touch test.txt 21 + git add . 22 + git commit -m "test commit from release workflow" 23 + git push
+1 -1
lefthook.yml
··· 1 1 pre-commit: 2 2 jobs: 3 3 - name: format 4 - run: pnpm fmt 4 + run: pnpm fmt {staged_files} 5 5 exclude: 6 6 - "**/node_modules" 7 7 - "templates/**"