Custom README name? #807
Unanswered
ngdangtu-vn
asked this question in
RRFC
Replies: 1 comment 3 replies
-
Why would it be a problem? jump-to-file works fine with lots of same-named files in different folders. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a monorepo and a plan to have multiple workspace package inside. So it will be a problem if all the workspace package has the same README name. So I make a pattern name like this:
package-name.note.md
as a way to distinguish the README. However NPM doesn't support this. Can I propose a field inpackage.json
to indicate which MD file should be treated as README?While there is a way to work around the problem, but I don't see any reason NPM shouldn't support this. My apology if we have one reason and I didn't know.
Beta Was this translation helpful? Give feedback.
All reactions