JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q44236F
  • License ISC

Links all your projects together, where npm link fails.

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.

js-standard-style npm version

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 all node_modules before starting
  • --update update all existing node_modules
  • --pull pull all projects before starting