dev-linker

0.2.1 • Public • Published

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"]
}

/dev-linker/

    Package Sidebar

    Install

    npm i dev-linker

    Weekly Downloads

    5

    Version

    0.2.1

    License

    ISC

    Unpacked Size

    1.89 kB

    Total Files

    3

    Last publish

    Collaborators

    • vinstonwolf