mafintosh / mafintosh/node-modules
include devDependencies in count of dependents and for ranking
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 126
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Thanks for building this.
Number of other modules dependant on this module
This is clever but it ignores devDependencies which is important for modules such build and testing tools and all Grunt tasks.
npmjs.org has this issue as well: https://github.com/isaacs/npm-www/issues/323
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the issue description and inspect how dependent counts and ranking are calculated. Trace how package dependencies are classified, then include devDependencies for the count and ranking; done means build, testing, and Grunt-related modules are represented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100