1.2.0 • Published 14 days ago

@unison-lang/ui-core-scripts v1.2.0

Weekly downloads
-
License
-
Repository
github
Last release
14 days ago

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"
  }
}

ui-core-install Usage

  • To install with a specific sha:

    npm run ui-core-install -- [SOME_UI_CORE_SHA]

    Note: This sha needs to be in unisonweb/ui-core repository.

  • To install with a specific repo & sha (e.g. forked repo):

    npm run ui-core-install -- [SOME_UI_CORE_SHA] [SOME_UI_CORE_URL]
    # e.g. SOME_UI_CORE_URL=https://github.com/some-user/ui-core

Community

Code of conduct

1.2.0

14 days ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago