Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.3 KB

Stripes CLI

Copyright (C) 2017-2018 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. The following shows how to install the CLI globally from npm-folioci:

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

Yarn on Windows: Please see this troubleshooting note regarding global installation issues.

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.