Skip to content

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

Draft
pascalberger wants to merge 1 commit into
cake-contrib:developfrom
pascalberger:feature/gh-121
Draft

(GH-121) Add support for reading npm configuration#123
pascalberger wants to merge 1 commit into
cake-contrib:developfrom
pascalberger:feature/gh-121

Conversation

@pascalberger

@pascalberger pascalberger commented Aug 29, 2020

Copy link
Copy Markdown
Member

Add support for npm get.

Splitted from #102 .

Fixes #121

@pascalberger pascalberger left a comment

Copy link
Copy Markdown
Member Author

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