Skip to content

Various helper scripts to install and update ui-core (the Unison design system and adjacent UI libraries) in host applications.

License

Notifications You must be signed in to change notification settings

unisonweb/ui-core-scripts

Repository files navigation

ui-core-scripts

Various helper scripts to install and update ui-core (the Unison design system and adjacent UI libraries) in host applications.

These scripts are meant to be used from the host applications. Suggest adding them in the host application "scripts" section of package.json like so:

{
  "scripts": {
    "ui-core-check-css": "ui-core-check-css",
    "ui-core-install": "ui-core-install",
    "ui-core-update": "ui-core-update",
    "postinstall": "ui-core-install"
  }
}

Community

Code of conduct

About

Various helper scripts to install and update ui-core (the Unison design system and adjacent UI libraries) in host applications.

Resources

License

Stars

Watchers

Forks