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

Add flag to include dev dependencies #11

Closed
gergo-papp opened this issue May 25, 2021 · 1 comment · Fixed by #12
Closed

Add flag to include dev dependencies #11

gergo-papp opened this issue May 25, 2021 · 1 comment · Fixed by #12
Assignees
Labels
Milestone

Comments

@gergo-papp
Copy link
Contributor

I recently made a change in #6 so that only production dependencies (and their children dependencies) are included.

Even if it's uncommon, some users might still want to generate license info with dev dependencies included, so the main reason for creating this issue is to keep track of this behavior.

We could add a flag and allow including these deps as well, for example:

mix kudos.generate --include-dev
@dschniepp
Copy link
Owner

I added the flag as --include-dev-deps see #12.

@dschniepp dschniepp self-assigned this May 25, 2021
@dschniepp dschniepp added this to the 0.3.0 milestone May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants