componentjs / server

Example private "registry" Express app for component 0.19

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%