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

(GH-121) Add support for reading npm configuration #123

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pascalberger
Copy link
Member

@pascalberger pascalberger commented Aug 29, 2020

Add support for npm get.

Splitted from #102 .

Fixes #121

Copy link
Member Author

@pascalberger pascalberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would call this config not get since npm get is just a shorthand for npm config get. This would allow to add additional config functionality in the future. Aliases should follow the structure of other aliases (one with default settings, one with a configurator and one where a settings object can be past). Requires test cases, comments for public API and should follow code style of the project.

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.

Add support for reading npm configuration
2 participants