Skip to content

componentjs/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component Server

An example component "registry", aka a server that mimics Github urls.
NOTE: this server is not compatible with component 1

Installation

First clone the repo then:

$ npm install
$ node app

Add the remote address to your app's component.json. Components will default to using github if they cannot be found in the given remotes.

{
  "remotes" : [
    "https://localhost:3000"
  ]
}

Now you can install private components:

$ component install example/foo

License

MIT

About

Example private "registry" Express app for component 0.19

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •