A CLI for scaffolding ATProto web applications

fk it, manual for now

besaid.zone 8945556a 913680b2

verified
-23
-23
.tangled/workflows/release.yml
··· 1 - when: 2 - - event: ["push"] 3 - branch: ["main"] 4 - 5 - engine: nixery 6 - 7 - clone: 8 - depth: 0 9 - 10 - dependencies: 11 - nixpkgs: 12 - - gnused 13 - 14 - steps: 15 - - name: test 16 - command: | 17 - git config user.name "pluto[bot]" 18 - git config user.email "me+pluto@dane.computer" 19 - 20 - touch test.txt 21 - git add . 22 - git commit -m "test commit from release workflow" 23 - git push origin HEAD:main