This package provides a complete user interface for a model check/comparison report as generated by SDEverywhere.
The best way to get started with SDEverywhere is to follow the Quick Start instructions.
If you follow those instructions, the @sdeverywhere/plugin-check
package will be added to your project, and that package uses @sdeverywhere/check-ui-shell
as an implementation detail.
Therefore, most users do not need to install this package directly.
As noted above, most users do not need to install this package directly, but for more advanced use cases, it can be installed as follows.
# npm
npm install @sdeverywhere/check-ui-shell
# pnpm
pnpm add @sdeverywhere/check-ui-shell
# yarn
yarn add @sdeverywhere/check-ui-shell
Most users do not need to interact with the @sdeverywhere/check-ui-shell
package directly; it is primarily used in the implementation of the @sdeverywhere/plugin-check
package.
However, if you would like to build a custom tool for running checks and comparison tests on models, you can refer to the API documentation below for more details.
API documentation is available in the docs
directory.
SDEverywhere is distributed under the MIT license. See LICENSE
for more details.