Skip to content

How to use g4u link

Simon Seyock edited this page Oct 4, 2016 · 5 revisions

guide4you-builder >= v1.1.3 is needed

the linked repositories have to be cloned into the parent folder of the linking repository.

In all linked repositories the command has to be run, too. Otherwise it might happen that some files will be used in different versions.

add the following commands to the scripts section in the package.json:

"linkRepos": "g4u-link guide4you guide4you-module-search ...",

"unlinkRepos": "g4u-unlink guide4you guide4you-module-search ..."

don't include guide4you-builder and guide4you-proxy.

the command linkRepos has to be run as administrator under Windows (because of the symlinks)

Before every update/install unlinkRepos has to be run. After that linkRepos can be run again.

Clone this wiki locally