Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 1.44 KB

README.md

File metadata and controls

71 lines (54 loc) · 1.44 KB

excel-uuids

generate an excel file of random v4 uuids

oclif

Usage

$ npm install -g exceluuid
$ exceluuid COMMAND
running command...
$ exceluuid (--version)
exceluuid/0.0.0 darwin-arm64 node-v16.16.0
$ exceluuid --help [COMMAND]
USAGE
  $ exceluuid COMMAND
...

Commands

exceluuid generate PREFIX AMOUNT

Generate an excel sheet

USAGE
  $ exceluuid generate [PREFIX] [AMOUNT]

ARGUMENTS
  PREFIX  prefix before UUID
  AMOUNT  Amount of lines in the file

DESCRIPTION
  Generate an excel sheet

EXAMPLES
  $ oex generate https://example.com/uuid/ output 1000

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

exceluuid help [COMMAND]

Display help for exceluuid.

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

See code: @oclif/plugin-help