How to specify different readme files for github and npm -


both use readme.md description when publish. common practice use single shared file.

but if need have different readme , still publish single local repo no manual editing/replacement

ps

i tried use "readme": "npm-readme.md" in package.json displays value of field, not content of а file


Comments

Popular posts from this blog

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -