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

Fetch top dependent projects automatically #6

Closed
bahmutov opened this issue Nov 2, 2014 · 5 comments
Closed

Fetch top dependent projects automatically #6

bahmutov opened this issue Nov 2, 2014 · 5 comments
Assignees

Comments

@bahmutov
Copy link
Owner

bahmutov commented Nov 2, 2014

If user has option --top 5 find 5 most popular NPM projects that depend on your package instead of .dont-break file

Post to npm/npm#6510 when done

@sindresorhus
Copy link

Can you cache it somewhere else instead and do it automagically? I have enough dotfiles in my repos. I don't want the .dont-break one.

@bahmutov
Copy link
Owner Author

bahmutov commented Nov 9, 2014

I am thinking the best approach to this would be a grunt / gulp plugin that would sidestep manual .dont-break file completely.

@sindresorhus
Copy link

I usually don't use grunt/gulp for node modules. Make it frictionless and boilerplate-less to use, otherwise at least I'm not going to use it, saying this in the nicest way ever :)

@jaridmargolin
Copy link

Curious why a separate dotfile is required rather than just utilizing a prop in package.json. Seems like this was an intentional decision?

@bahmutov
Copy link
Owner Author

bahmutov commented Nov 30, 2016 via email

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

No branches or pull requests

3 participants