wwc-cli
v1.0.16
Published
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.
Downloads
23
Readme
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-cliUsage
List All Charts
To enumerate all available charts, run:
wwc-cli -lCreate 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.
