Package Exports
- turbolink
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (turbolink) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
turbolink
Links all your projects together, where npm link fails.
Getting started
Installing
Installing via NPM
npm i turbolink -g
Installing with linking
git clone git@github.com:vigour-io/turbolink.git && cd turbolink && npm link
Usage
To run you can use:
tl
or
turbolink
Here are few more options you can use:
--reset
remove allnode_modules
before starting--update
update all existing node_modules--pull
pull all projects before starting