1.0.16 • Published 2 years ago

wwc-cli v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

WWC-CLI

Abstract

The WWC-CLI (WebWriter Charts Command Line Interface) is a utility for managing charts in the @luiskugel/ww-chart components. The CLI provides functionalities such as listing available charts, creating new charts, and deleting existing ones.

Installation

To install the WWC-CLI, execute the following command:

npm install wwc-cli

Usage

List All Charts

To enumerate all available charts, run:

wwc-cli -l

Create New Charts

To instantiate new charts, execute:

wwc-cli -c <ChartName>

For creating multiple charts in a single command, use:

wwc-cli -c <ChartName1> <ChartName2>

Delete Charts

To remove an existing chart, issue:

wwc-cli -d <ChartName>

To delete multiple charts, employ:

wwc-cli -d <ChartName1> <ChartName2>

License

This project is licensed under the MIT License. Refer to the LICENSE file for further information.

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago