Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 329 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 329 Bytes

CLI

Installation

npm install -g @serieseight/cli

and then:

s8 setup

Usage

s8 <command>

To view all available commands run s8 --help.

Development

Clone the repository from https://github.com/serieseight/cli.

Install dependencies with npm install (avoid yarn as internals use npm).