0.2.1 • Published 5 years ago
dev-linker v0.2.1
Dev-linker
Easy link your package to local projects:
- Install
yarn add dev-linker --save-dev - Create configuration file
distribute.json - In your
package.jsonfile 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"]
}0.2.1
5 years ago