dev-linker
v0.2.1
Published
Dev linker
Downloads
2
Readme
Dev-linker
Easy link your package to local projects:
- Install
yarn add dev-linker --save-dev
- Create configuration file
distribute.json
- In your
package.json
file add command"linker": "linker distribute dist --config './distribute.json'"
- Run command
yarn linker
Basic configuration distribute.json
{
// Absolute paths to projects
"paths": ["~/Projects/ex-app"]
}