Changelog
View Source0.2.0
- Add
--db/--no-dbflags tomix tak.createto control database creation - Add
create_databaseconfig option (default:true) - Skip database drop on
mix tak.removewhen database wasn't created by tak
0.1.0
- Initial release
mix tak.create- Create git worktrees with isolated ports and databasesmix tak.list- List all worktrees with statusmix tak.remove- Remove worktrees and clean up resourcesmix tak.doctor- Verify project configuration- Automatic port assignment based on worktree name
- Automatic database naming (
<app>_dev_<name>) - mise integration for PORT environment variable
- Configurable worktree names, base port, and trees directory