when they clone the example repo, that repo should have a file in it
gen-symlinks.js
exports.sym = [
{
src: 'xxx',
dest: 'yyy'
}
]
and this will symlink the folders or files in the types package to the other surrounding repos
along with .git, might have to support svn and hg.
when they clone the example repo, that repo should have a file in it
gen-symlinks.js
and this will symlink the folders or files in the types package to the other surrounding repos
along with .git, might have to support svn and hg.