An utility to test an OpenComponent Registry is setup and secured correctly
npm install oc-registry-testoc-registry-test
================
An utility to test an OpenComponents Registry is setup and secured correctly

``sh`
$ [sudo] npm i -g oc-registry-test
`sh`
$ oc-registry-test https://my-oc-registry.com
#### Options
By default the registry is checked using _https_ protocol.
--http - to check a registry with both _http_ and _https_ protocol.
--httponly - to check a registry only with _http_.
If both options are specified at the same time only http will be checked.
Example usage to only check registry using http:
```
oc-registry-test --httponly http://my-oc-registry.com