0.1.0 • Published 10 years ago

component-repo v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Dependency Status NPM version

component-repo

Copies installed components to a repo directory conforming to component registry spec. Useful when trying to roll out you own component registry.

Install

npm install -g component component-repo

Usage

To save component-repo.json file

component install # install all the components that you need
component repo --dir /path/to/my/registry

Files are copied to create the following structure

/path-to-repo/:user/:project/:version

You can use /path-to-repo as a root directory of a web server to host your own registry.

License

MIT