You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the word package in Perl has some special meaning (namespaces), carmel package might not be the most obvious choice when people try to look for this command.
In Carton, this is implemented as carton bundle. I could simply alias the bundle subcommand to package.
I think vendor is an attractive choice as well e.g. carmel vendor, though to me "vendoring modules" sounds more of importing it to vendor/lib and maintain the fork.
Bundler seems to call it bundle cache.
The text was updated successfully, but these errors were encountered:
Because the word
package
in Perl has some special meaning (namespaces),carmel package
might not be the most obvious choice when people try to look for this command.In Carton, this is implemented as
carton bundle
. I could simply alias thebundle
subcommand to package.I think
vendor
is an attractive choice as well e.g.carmel vendor
, though to me "vendoring modules" sounds more of importing it tovendor/lib
and maintain the fork.Bundler seems to call it
bundle cache
.The text was updated successfully, but these errors were encountered: