0.0.15 • Published 3 years ago

tefcha-cli v0.0.15

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

Tefcha

CLI tool of "Tefcha". Convert text to flowchart.

See

Tefcha

Installation

npm install tefcha-cli

Usage

Usage: tefcha [options] [file]

Convert pseudo code to flowchart. If input file is not given, use stdin instead.

Options:
  -V, --version               output the version number
  -o --output-file <file>     Output file name. (svg, png, jpg, jpeg are available. If it is not given, output svg text to stdout).
  -c --config-file <file>     Optional: JSON configuration file for tefcha.
  -e --extension <extension>  Optional: specify output format (svg, png, jpg, jpeg)
  -d --disable-browser        Optional: browser(pupeteer) is not used. NOTE: If output is SVG, text is converted to <path> tag.
  -f --font-file <file>       Optional: path of font file (wof, otf, ttf). NOTE: this option is available iif --disable-browser option is specified.
  -h, --help                  display help for command

Author

hrhr49

hiro49410@gmail.com

License

MIT

0.0.15

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago