Skip to content

fumeapp/exceluuid

Repository files navigation

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

About

Generate UUID URLs in an excel sheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published