Skip to content

FreaksOnE/csv-to-json

Repository files navigation

oclif-hello-world

oclif example Hello World CLI

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g csv-to-json
$ csv-to-json COMMAND
running command...
$ csv-to-json (--version)
csv-to-json/1.0.0 linux-x64 node-v16.14.0
$ csv-to-json --help [COMMAND]
USAGE
  $ csv-to-json COMMAND
...

Commands

csv-to-json convert [INPUT]

Convert a csv file to json file

USAGE
  $ csv-to-json convert [INPUT] [-i <value>]

ARGUMENTS
  INPUT  Path to csv file to convert to json

FLAGS
  -i, --from=<value>  Path to csv file to convert to json

DESCRIPTION
  Convert a csv file to json file

ALIASES
  $ csv-to-json default

EXAMPLES
  $ convert-csv-to-json data.csv

See code: dist/commands/convert/index.ts

csv-to-json help [COMMAND]

Display help for csv-to-json.

USAGE
  $ csv-to-json help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for csv-to-json.

See code: @oclif/plugin-help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published