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

YNPM blacklist for modules to exclude from installs #89

Open
paulgoldsmith opened this issue Nov 4, 2015 · 3 comments
Open

YNPM blacklist for modules to exclude from installs #89

paulgoldsmith opened this issue Nov 4, 2015 · 3 comments
Assignees
Labels

Comments

@paulgoldsmith
Copy link

There should exist a mechanism, perhaps using a JSON format file that can be specified as an argument to ynpm (and perhaps a property of yearn config), that can filter out one or more modules during the ynpm process.

ynpm-blacklist.json

{
    "modules": [
        "bower",
        "gulp"
    ]
}
@paulgoldsmith
Copy link
Author

Two further comments/requirements:

  • The ynpm logging should clearly present which modules have been excluded at the end of the output.
  • When a module is excluded, the entire dependency tree below it should also be excluded.

@paulgoldsmith
Copy link
Author

Optional: Blacklist strings could allow basic wildcarding

@paulgoldsmith
Copy link
Author

Second Optional: Allow negative globbing of the above described wildcarding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants