@rxdi/ui-registry-client

0.7.47 • Public • Published

Use with global registry

registry add './src/**/*.ts' --url https://ui-registry.graphql-server.com/upload

Use with private registry Defaults to http://localhost:9000/upload

registry add './src/**/*.ts'

Use with custom configuration registry

registry set \
'{"token":"083adcacfa9ea952e","registry":"https://ui-registry.graphql-server.com/upload"}'

This command will generate config.json inside ~/home/.rxdi/config.json with content

{
  "token": "083adcacfa9ea952e",
  "registry": "https://ui-registry.graphql-server.com/upload"
}

This configuration will be taken everytime registry add command is executed.

Readme

Keywords

none

Package Sidebar

Install

npm i @rxdi/ui-registry-client

Weekly Downloads

2

Version

0.7.47

License

MIT

Unpacked Size

37.3 kB

Total Files

15

Last publish

Collaborators

  • rxdi