Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 1.66 KB

README.md

File metadata and controls

68 lines (53 loc) · 1.66 KB

csv-to-easybill

CLI tool to create EasyBill documents from CSV lists

oclif Version Downloads/week License

Usage

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

Commands

csv-to-easybill hello

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

csv-to-easybill help [COMMAND]

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