Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New commands "require" etc. to add requirements #208

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

maxhq
Copy link

@maxhq maxhq commented Jul 14, 2016

"require", "recommend" and "suggest" add requirements to cpanfile (and then call "carton install").

This supports a workflow where you add and install a dependency in one go, e.g. when starting to develop with a clean local lib.

It is inspired by Node.js' package manager which can be used like "npm MyModule --save".

maxhq added 4 commits July 14, 2016 12:27
…all)

This supports a workflow where you add and install a dependency in one go.
It is similar to e.g. using Node.js' package manager "npm bla --save".
@maxhq maxhq mentioned this pull request Jul 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant