@esdl/cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

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...

/@esdl/cli/

    Package Sidebar

    Install

    npm i @esdl/cli

    Weekly Downloads

    1

    Version

    0.1.7

    License

    MIT

    Unpacked Size

    13.6 kB

    Total Files

    12

    Last publish

    Collaborators

    • damylen
    • erikvullings