Plan is to support both Node and Bun, but currently it uses Bun APIs like YAML parser, file system and running TypeScript files on runtime.
CLI tool to sync your Markdown to Leaflet
leafletpub
atproto
cli
markdown
Remove dependency on Bun #1
closed
opened by
Done. I'll reopen if I missed something or if I add something by accident.
crap forgot automatic loading of .env, but it works with --env-file so ... just act as if it's done and i didnt forget
Note: fs.promises.exists is Bun specific and does not exist in Node (idk why)