Skip to content

folio-org/stripes-cli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Stripes CLI

Copyright (C) 2017-2023 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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published