Skip to content

Command line interface for creating, building, and testing Stripes UI modules.

License

Notifications You must be signed in to change notification settings

folio-org/stripes-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c0e81db · Oct 11, 2022
Jun 6, 2022
Jan 30, 2019
Jun 9, 2022
Sep 29, 2022
Jul 26, 2019
Jun 9, 2022
Aug 5, 2019
Jun 17, 2020
Aug 5, 2019
Oct 11, 2022
Apr 9, 2018
Nov 5, 2021
Nov 3, 2017
Aug 18, 2020
Aug 25, 2021
Oct 11, 2022

Repository files navigation

Stripes CLI

Copyright (C) 2017-2020 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

Stripes CLI is a command line interface to facilitate the creation, development, building, and testing of Stripes UI modules.

Installation

Stripes CLI is available on both the npm-folio and npm-folioci registries. Refer to configuring the FOLIO registry for information on which registry to use. The following shows how to install the CLI globally from npm-folio:

yarn config set @folio:registry https://repository.folio.org/repository/npm-folio/
yarn global add @folio/stripes-cli

Upgrading

Upgrade your globally installed CLI with the following command:

$ yarn global upgrade @folio/stripes-cli

If your CLI is installed locally, use:

$ yarn upgrade @folio/stripes-cli

Issues

See project STCLI in the FOLIO issue tracker.