CLI tool to sync your Markdown to Leaflet
leafletpub atproto cli markdown

Test Tangled workflows

+15
+15
.tangled/workflows/publish.yml
··· 1 + when: 2 + - event: ["manual"] 3 + branch: ["main"] 4 + - event: ["push"] 5 + tag: ["v*"] 6 + 7 + engine: "nixery" 8 + 9 + dependencies: 10 + nixpkgs: 11 + - bun 12 + 13 + steps: 14 + - name: "testing" 15 + command: "bun -v"