NAME
Luv::CLI::Command::Add - add a library dependency from a git repo or the registry
VERSION
version 0.002
SYNOPSIS
luv add baton
luv add baton bump https://github.com/tesselode/some-lib
luv add https://github.com/tesselode/baton --ref v1.0
DESCRIPTION
Resolves each given argument either as a library name (looked up in the local registry cache) or a raw git URL, clones it into the project's library directory, and records it in luv.json. Accepts one or more arguments in a single invocation; if one fails to resolve or clone, a warning is printed and the rest continue.
NAME
Luv::CLI::Command::Add - add a library dependency from a git repo or the registry
AUTHOR
Nobunaga <nobunaga@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Nobunaga <nobunaga@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Ogun.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.