Skip to content

pirxpilot/component-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Back up installed components to a repo directory conforming to component registry spec.

Resources

License

Stars

Watchers

Forks

Packages

No packages published