Changes for version 0.002 - 2026-09-11
- `luv add` and `luv remove` accept multiple libraries in a single invocation
- `luv remove --all`/`-a` removes every dependency at once
- `luv search --all`/`-a` lists every library in the local registry cache
- Added Manifest::clear_dependencies and Registry::all_entries
- Fixed stale-cache/old-format manifest entries missing a display name, with a graceful fallback
- Added test coverage for Registry::all_entries
Modules
command-line dependency manager for love2d projects
add a library dependency from a git repo or the registry
package the project into a .love file
initialize a new luv project
list current dependencies
remove a library dependency
search the library registry
refresh the local library registry cache
git operations for fetching and updating library dependencies
reads and writes a luv project's luv.json manifest
packages a luv project into a .love file
local cache of the awesome-love2d library list