openshift-assisted-ui-lib
Advanced tools
Weekly downloads
Changelog
v2.8.0-cim
Full Changelog: https://github.com/openshift-assisted/assisted-ui-lib/compare/v2.3.6...v2.8.0-cim
Readme
React component library for https://github.com/openshift-assisted/assisted-ui.
Please note, the project's upstream has been renamed and moved from mareklibra/facet-lib to https://github.com/openshift-assisted/assisted-ui-lib in December 2020.
npm install --save openshift-assisted-ui-lib
or
yarn add openshift-assisted-ui-lib
This project depends on the following package
sudo dnf install -y inotify-tools
You can use the following steps in order to set up your dev environment.
~/Projects
.git clone
it.
cd ~/Projects
git clone https://github.com/openshift-assisted/assisted-ui-lib.git
yarn --cwd=./assisted-ui-lib/ install
# Watches for changes in the `/src` folder and bundles the files into `/dist` folder
yarn start
# Synchronizes `/dist` with `node_modules/openshift-assisted-ui-lib/` folder in .
yarn sync-dist
assisted-ui
project to ease the development experience outside OCM (aka
uhc-portal
), follow the instructions in those projects in order to access the app's UI.To publish a new version of the package to npmjs.com
master
in this repo, called release/v<some-semver-string>
.v<some-semver-string>
release/v<some-semver-string>
(same as in step 2 above).v<some-semver-string>
The types used by Assisted Installer UI are defined in src/common/api/types.ts
and they are
generated automatically by running yarn update-api
.
If you see the following error: Error: ENOSPC: System limit for number of file watchers reached
,
you will need to increase the number of inotify watchers.
From the terminal run the following commands:
$ sudo sh -c "echo fs.inotify.max_user_watches=524288 >> /etc/sysctl.conf"
$ sudo sysctl -p
See i18n for information on our internationalization tools and guidelines
Apache-2.0
FAQs
React component library for the Bare Metal Installer
The npm package openshift-assisted-ui-lib receives a total of 538 weekly downloads. As such, openshift-assisted-ui-lib popularity was classified as not popular.
We found that openshift-assisted-ui-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.