3.0.1 • Published 4 years ago

link-into v3.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

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.

3.0.1

4 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

8 years ago

1.0.0

8 years ago