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

Install JS deps in workflow

Changed files
+2
.tangled
workflows
+2
.tangled/workflows/publish.yml
··· 12 12 - bun 13 13 14 14 steps: 15 + - name: "install dependencies" 16 + command: "bun i" 15 17 - name: "publish to npm" 16 18 command: "bun run publish-npm"