agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications

Home Page:https://agile-ts.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bennoinbeta opened this issue Β· comments

commented

πŸ› 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

npms-io/npms-analyzer#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.

commented

ea9bb9f

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