miyagawa / Carmel

CPAN Artifact Repository Manager
Other
138 stars 17 forks source link

alias/rename carmel package #63

Open miyagawa opened 2 years ago

miyagawa commented 2 years ago

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.