Skip to content

Add bun link support for local CLI development#656

Merged
backnotprop merged 3 commits intobacknotprop:mainfrom
codythatsme:main
May 5, 2026
Merged

Add bun link support for local CLI development#656
backnotprop merged 3 commits intobacknotprop:mainfrom
codythatsme:main

Conversation

@codythatsme
Copy link
Copy Markdown
Contributor

@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.

@backnotprop
Copy link
Copy Markdown
Owner

Thanks!

@backnotprop backnotprop merged commit 87e92b9 into backnotprop:main May 5, 2026
10 checks passed
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.

2 participants