1.0.1 • Published 5 years ago

linked-folder v1.0.1

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
5 years ago

Linked Folder

This is a very simple utility for symlinking folders into your source tree.

Say you have the following folder structure:

MyProject
- Translation
  - No
    - Main.elm
  - En
    - Main.elm
- src

You can execute npx linked-folder Translation src No to get this:

MyProject
- Translation
  - No
    - Main.elm
  - En
    - Main.elm
- src
  - Translation # Symlink to Translation/No
    - Main.elm

As you might have guessed from the example, I use this for creating language specific builds in my Elm projects, but nothing about this project requires Elm.

1.0.1

5 years ago

1.0.0

5 years ago