0.0.15 • Published 2 years ago

symbolink v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Symbolink

Symbolink allows you to create multiple link by setting config file and then executing in as appropriate.

Main

To install: $ npm install -g symbolink

to execute: $ symbolink -f ./config.json

Config file

{
    "root": "C:/test",
    "links": [
        { "link": "t1-1", "dest": "./destination/folder" },
        { "link": "t1-2", "dest": "./destination/folder" }
    ]
}

Options

  • Option 'file', alias: 'f' - path to config file.
  • Option 'root', alias: 'r' - root folder for relative paths of links.
  • Option 'link', alias: 'l' - symlink name that will be created if already taken, old folder will be renamed
  • Option 'dest', alias: 'd' - destination folder, symbolic link above will poin to this folder.
0.0.15

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.14

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago