2

given a structure like

/ my_mono_repo
.. readme.md
.. / packages
.. / .. / package_blue
.. / .. /.. readme.md
.. / .. / package_red
.. / .. /.. readme.md

I would like to have a single readme.md in the root
and just a link for the single packages
something like this (I cloned it to peak the solution, but with no success)

can someone enlight me?

Francesco Iapicca
  • 2,618
  • 5
  • 40
  • 85

1 Answers1

3

sure, but how does this apply on github?

It does apply on GitHub in that the README will be stored, as seen in rrousselGit/river_pod/packages/riverpod/README.md as a symlink: with the relative path in it:

../../README.md

And it will have a special type in the index (120000, similar to Linux file mode)

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250