UNPKG

canvasxpress-cli

Version:

Node program to run canvasXpress in the command line

49 lines (36 loc) 1.7 kB
CanvasXpress Command Line Interface =================================== Node program to use CanvasXpress in the command line Installation ---------------------- ```bash npm install canvasxpress-cli --save ``` Help ---------------------- ```bash cd path/to/install/directory node_modules/canvasxpress-cli/bin/canvasxpress help ____ __ __ / ___| __ _ _ __ __ __ __ _ ___ \ \/ / _ __ _ __ ___ ___ ___ | | / _` | | '_ \ \ \ / / / _` | / __| \ / | '_ \ | '__| / _ \ / __| / __| | |___ | (_| | | | | | \ V / | (_| | \__ \ / \ | |_) | | | | __/ \__ \ \__ \ \____| \__,_| |_| |_| \_/ \__,_| |___/ /_/\_\ | .__/ |_| \___| |___/ |___/ |_| canvasxpress [command] <options> png ................ create a png file from an existing CanvasXpress file or url svg ................ create a svg file from an existing CanvasXpress file or url json ............... create a json file from an existing CanvasXpress file or url csv ................ create a CanvasXpress png file from a local csv file or url reproduce .......... create CanvasXpress png files from a local file or url canvas ............. run scripts files to test CanvasXpres test ............... test package. Creates images and json file in test directory version ............ show this package version help ............... show this help. Add command to show corresponding help ``` CanvasXpress Homepage ---------------------- https://www.canvasxpress.org CanvasXpress R-Package ---------------------- https://github.com/neuhausi/canvasXpress