0.2.1 • Published 3 years ago

dev-linker v0.2.1

Weekly downloads
7
License
ISC
Repository
-
Last release
3 years ago

Dev-linker

Easy link your package to local projects:

  1. Install yarn add dev-linker --save-dev
  2. Create configuration file distribute.json
  3. In your package.json file add command "linker": "linker distribute dist --config './distribute.json'"
  4. Run command yarn linker

Basic configuration distribute.json

{
  // Absolute paths to projects
  "paths": ["~/Projects/ex-app"]
}