Move README.md to packages/joint-core/README.md - this will be shown in NPM.
Add symlink to packages/joint-core/README.md as .github/README.md - this will redirect GitHub to use this file as the readme content of this repo (see https://stackoverflow.com/a/49981731/2263595)
Description
The root
README.md
file has good content, so it should be used on NPM (https://www.npmjs.com/package/@joint/core) as well as on Github (https://github.com/clientIO/joint).This PR does the following:
README.md
topackages/joint-core/README.md
- this will be shown in NPM.packages/joint-core/README.md
as.github/README.md
- this will redirect GitHub to use this file as the readme content of this repo (see https://stackoverflow.com/a/49981731/2263595)