agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications
https://agile-ts.org
MIT License
95 stars 8 forks source link

ReadMe of the core package doesn't get detected by npms-analyzer #126

Closed bennobuilder closed 3 years ago

bennobuilder commented 3 years ago

🐛 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 score

https://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.

bennobuilder commented 3 years ago

https://github.com/agile-ts/agile/commit/ea9bb9fe9910bd8171fb7994b18432fcc519b009

Created a workaround for now, since the npms-analyzer package doesn't seem very active.