0.1.7 • Published 5 years ago

@esdl/cli v0.1.7

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

esdl

Helper utilities for command line

Example

esdl --generate config.json data.csv

Debugging examples

$ λ node dist\cli.js

@ESDL/CLI, v0.0.1
  MIT license.
  esdl-csv is a command line utility for parsing CSV files and converting them to ESDL.
Options
  -i, --input String      CSV data file to read.
  -g, --generate String   Configuration file.
  -o, --output String     The output file to log to. Default value is the topic name plus extension.
  -h, --help Boolean      Show help text.

Examples
  01. Process CSV file.   $ esdl data.csv
  02. Process CSV file.   $ esdl --generate config.json data.csv
$ node dist\cli.js data.csv
Do your thing on config.json...

$ node dist\cli.js --generate configuration.json data.csv
Do your thing on configuration.json...
0.1.7

5 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.0.3

6 years ago

0.0.2-1

6 years ago