Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.07 KB

The External widget Command Line Interface (CLI)

Table of Contents

Installation

Install the External widget CLI to be used in your project with

yarn add -D megaputer/external-widget-cli

And then you should be able to run the CLI with

npx external-widget --help

Usage

External widget CLI [Node: 18.17.1]

external-widget <command>

Commands:
  external-widget create   Create widget
  external-widget archive  Create an archive with widgets

Options:
  --version  Show version number                                                  [boolean]
  --help     Show help                                                            [boolean]

Please specify a command

Others