A CLI for scaffolding ATProto web applications
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

commit hooks

+109
+7
lefthook.yml
··· 1 + pre-commit: 2 + jobs: 3 + - name: format 4 + run: pnpm fmt {staged_files} 5 + exclude: 6 + - "**/node_modules" 7 + - "src/commands/templates/*"
+1
package.json
··· 28 28 "@types/node": "^22.0.0", 29 29 "citty": "^0.2.1", 30 30 "execa": "^9.6.1", 31 + "lefthook": "^2.1.1", 31 32 "oxfmt": "^0.32.0", 32 33 "tsx": "^4.19.0", 33 34 "typescript": "^5.6.0",
+100
pnpm-lock.yaml
··· 21 21 execa: 22 22 specifier: ^9.6.1 23 23 version: 9.6.1 24 + lefthook: 25 + specifier: ^2.1.1 26 + version: 2.1.1 24 27 oxfmt: 25 28 specifier: ^0.32.0 26 29 version: 0.32.0 ··· 569 572 isexe@2.0.0: 570 573 resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 571 574 575 + lefthook-darwin-arm64@2.1.1: 576 + resolution: {integrity: sha512-O/RS1j03/Fnq5zCzEb2r7UOBsqPeBuf1C5pMkIJcO4TSE6hf3rhLUkcorKc2M5ni/n5zLGtzQUXHV08/fSAT3Q==} 577 + cpu: [arm64] 578 + os: [darwin] 579 + 580 + lefthook-darwin-x64@2.1.1: 581 + resolution: {integrity: sha512-mm/kdKl81ROPoYnj9XYk5JDqj+/6Al8w/SSPDfhItkLJyl4pqS+hWUOP6gDGrnuRk8S0DvJ2+hzhnDsQnZohWQ==} 582 + cpu: [x64] 583 + os: [darwin] 584 + 585 + lefthook-freebsd-arm64@2.1.1: 586 + resolution: {integrity: sha512-F7JXlKmjxGqGbCWPLND0bVB4DMQezIe48pEwTlUQZbxh450c2gP5Q8FdttMZKOT163kBGGTqJAJSEC6zW+QSxA==} 587 + cpu: [arm64] 588 + os: [freebsd] 589 + 590 + lefthook-freebsd-x64@2.1.1: 591 + resolution: {integrity: sha512-Po8/lJMqNzKSZPuEI46dLuWoBoXtAxCuRpeOh6DAV/M4RhBynaCu8rLMZ9BqF7cVbZEWoplOmYo6HdOuiYpCkQ==} 592 + cpu: [x64] 593 + os: [freebsd] 594 + 595 + lefthook-linux-arm64@2.1.1: 596 + resolution: {integrity: sha512-mI2ljFgPEqHxI8vrN9nKgnVu63Rz1KisDbPwlvs7BTYNwq3sncdK5ukpGR4zzWdh6saNJ5tCtHEtep5GQI11nw==} 597 + cpu: [arm64] 598 + os: [linux] 599 + 600 + lefthook-linux-x64@2.1.1: 601 + resolution: {integrity: sha512-m3G/FaxC+crxeg9XeaUuHfEoL+i9gbkg2Hp2KD2IcVVIxprqlyqf0Hb8zbLV2NMXuo5RSGokJu44oAoTO3Ou2g==} 602 + cpu: [x64] 603 + os: [linux] 604 + 605 + lefthook-openbsd-arm64@2.1.1: 606 + resolution: {integrity: sha512-gz/8FJPvhjOdOFt1GmFvuvDOe+W+BBRjoeAT1/mTgkN7HCXMXgqNjjvakQKQeGz1I1v08wXG1ZNf5y+T9XBCDQ==} 607 + cpu: [arm64] 608 + os: [openbsd] 609 + 610 + lefthook-openbsd-x64@2.1.1: 611 + resolution: {integrity: sha512-ch3lyMUtbmtWUufaQVn4IoEs/2hjK51XqaCdY1mh5ca//VctR1peknIwQ5feHu+vATCDviWQ7HsdNDewm3HMPg==} 612 + cpu: [x64] 613 + os: [openbsd] 614 + 615 + lefthook-windows-arm64@2.1.1: 616 + resolution: {integrity: sha512-mm3PZhKDs9FE/jQDimkfWxtoj9xQ2k8uw2MdhtC825bhvIh+MEi0WFj/MOW+ug0RBg0I55tGYzZ5aVuozAWpTQ==} 617 + cpu: [arm64] 618 + os: [win32] 619 + 620 + lefthook-windows-x64@2.1.1: 621 + resolution: {integrity: sha512-1L2oGIzmhfOTxfwbe5mpSQ+m3ilpvGNymwIhn4UHq6hwHsUL6HEhODqx02GfBn6OXpVIr56bvdBAusjL/SVYGQ==} 622 + cpu: [x64] 623 + os: [win32] 624 + 625 + lefthook@2.1.1: 626 + resolution: {integrity: sha512-Tl9h9c+sG3ShzTHKuR3LAIblnnh+Mgxnm2Ul7yu9cu260Z27LEbO3V6Zw4YZFP59/2rlD42pt/llYsQCkkCFzw==} 627 + hasBin: true 628 + 572 629 magic-string@0.30.21: 573 630 resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==} 574 631 ··· 1159 1216 is-unicode-supported@2.1.0: {} 1160 1217 1161 1218 isexe@2.0.0: {} 1219 + 1220 + lefthook-darwin-arm64@2.1.1: 1221 + optional: true 1222 + 1223 + lefthook-darwin-x64@2.1.1: 1224 + optional: true 1225 + 1226 + lefthook-freebsd-arm64@2.1.1: 1227 + optional: true 1228 + 1229 + lefthook-freebsd-x64@2.1.1: 1230 + optional: true 1231 + 1232 + lefthook-linux-arm64@2.1.1: 1233 + optional: true 1234 + 1235 + lefthook-linux-x64@2.1.1: 1236 + optional: true 1237 + 1238 + lefthook-openbsd-arm64@2.1.1: 1239 + optional: true 1240 + 1241 + lefthook-openbsd-x64@2.1.1: 1242 + optional: true 1243 + 1244 + lefthook-windows-arm64@2.1.1: 1245 + optional: true 1246 + 1247 + lefthook-windows-x64@2.1.1: 1248 + optional: true 1249 + 1250 + lefthook@2.1.1: 1251 + optionalDependencies: 1252 + lefthook-darwin-arm64: 2.1.1 1253 + lefthook-darwin-x64: 2.1.1 1254 + lefthook-freebsd-arm64: 2.1.1 1255 + lefthook-freebsd-x64: 2.1.1 1256 + lefthook-linux-arm64: 2.1.1 1257 + lefthook-linux-x64: 2.1.1 1258 + lefthook-openbsd-arm64: 2.1.1 1259 + lefthook-openbsd-x64: 2.1.1 1260 + lefthook-windows-arm64: 2.1.1 1261 + lefthook-windows-x64: 2.1.1 1162 1262 1163 1263 magic-string@0.30.21: 1164 1264 dependencies:
+1
pnpm-workspace.yaml
··· 1 1 onlyBuiltDependencies: 2 2 - esbuild 3 + - lefthook