1.0.16 • Published 8 months ago

wwc-cli v1.0.16

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months 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

8 months ago

1.0.15

9 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.10

10 months ago

1.0.9

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago