link-into

3.0.1 • Public • Published

link-into

version license build code style

Create a tree of symlinks from glob patterns.

Given the following tree:

.
└── assets
    ├── bar.png
    └── foo.svg
link-into build/ '**/*.png' '**/*.svg'

Creates this tree:

.
├── assets
│   ├── bar.png
│   └── foo.svg
└── build
    └── assets
        ├── bar.png -> ../../assets/bar.png
        └── foo.svg -> ../../assets/foo.svg

Installation

npm install --save-dev link-into

Contribute

Pull requests welcome!

Support

If you are having issues, please let me know.

License

The project is licensed under the MIT license.

Dependencies (2)

Dev Dependencies (11)

Package Sidebar

Install

npm i link-into

Weekly Downloads

2

Version

3.0.1

License

MIT

Unpacked Size

5.67 kB

Total Files

6

Last publish

Collaborators

  • paulmelnikow