Skip to content

Add bun link support for local CLI development#656

Open
codythatsme wants to merge 2 commits intobacknotprop:mainfrom
codythatsme:main
Open

Add bun link support for local CLI development#656
codythatsme wants to merge 2 commits intobacknotprop:mainfrom
codythatsme:main

Conversation

@codythatsme
Copy link
Copy Markdown

@codythatsme codythatsme commented May 4, 2026

Hey! No pressure to merge this. This is just a change I made to allow local development easier for me on my fork, and thought I would share incase this might be valuable.

This approach inspired from ghui doing the same thing: https://github.com/kitlangton/ghui

Local development/personal forks made super easy by just running bun link in a clone.

Summary

  • Added a plannotator bin entry so the CLI can be linked from this checkout with bun link.
  • Introduced a small Node wrapper that resolves the local apps/hook/server/index.ts entrypoint and forwards CLI args to Bun.
  • Documented the local development workflow in the README, including when to rebuild bundled HTML after UI changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant