0.0.2 • Published 11 years ago

component-serve-repos v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

component-serve-repos

Serve your component (like github) on your own server to build private repositories.

Installation

$ npm install component-serve-repos

Usage

component-serve-repos(1)

This is still work in progress. Give the server a directory with component repositories as root and it serves them. There's no problem if the repositories are bare.

$ bin/component-serve-repos --help

Usage: component-server [options]

Options:

  -h, --help        output usage information
  -V, --version     output the version number
  -p,--port <port>  port to listen on
  -r,--root <root>  root of the repositories

Tests

To run the unit tests use the following commands.

$ npm install $ make test