Skip to content

camshaft/component-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

component-link

Local package linking for component

Installation

$ npm install -g component-link

NOTE You'll need component installed before executing any commands

$ npm install -g component

Usage

component-link functions similarly to npm link.

Register a package globally

First we need to tell component-link where to resolve a component.

$ pwd
~/components/my-awesome-component

$ component link

        link : CamShaft/my-awesome-component
    complete : /usr/local/lib/node_modules/component-link/.registry/CamShaft-my-awesome-component

Linking a registered component

Now we can link the registered package into another

$ pwd
~/projects/my-app

$ component link CamShaft/my-awesome-component

        link : CamShaft/my-awesome-component
    complete : /usr/local/lib/node_modules/component-link/.registry/CamShaft-my-awesome-component -> CamShaft-my-awesome-component

About

Local package linking for component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published