CLI tool to create EasyBill documents from CSV lists
$ npm install -g csv-to-easybill
$ csv-to-easybill COMMAND
running command...
$ csv-to-easybill (-v|--version|version)
csv-to-easybill/0.1.0 darwin-x64 node-v15.10.0
$ csv-to-easybill --help [COMMAND]
USAGE
$ csv-to-easybill COMMAND
...
Describe the command here
USAGE
$ csv-to-easybill hello
OPTIONS
-n, --name=name name to print
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/hello.js
display help for csv-to-easybill
USAGE
$ csv-to-easybill help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help