Closed bennobuilder closed 3 years ago
npms-analyzer doesn't detect readme in core package since it analyzes the GitHub repository and not the actual npm build. -> 0 point for the readme -> smaller search score
core
https://github.com/npms-io/npms-analyzer/issues/258
npms-analyzer detects the readme and gives us 0.6 points ;D
Create a fake readme with lorem ipsum, in order to get the points.. since the readme will be added during the build process.
https://github.com/agile-ts/agile/commit/ea9bb9fe9910bd8171fb7994b18432fcc519b009
Created a workaround for now, since the npms-analyzer package doesn't seem very active.
🐛 Bug report
🤖 Current Behavior
npms-analyzer doesn't detect readme in
core
package since it analyzes the GitHub repository and not the actual npm build. -> 0 point for the readme -> smaller search scorehttps://github.com/npms-io/npms-analyzer/issues/258
🎯 Expected behavior
npms-analyzer detects the readme and gives us 0.6 points ;D
💡 Suggested solution(s)
Create a fake readme with lorem ipsum, in order to get the points.. since the readme will be added during the build process.