An open API service indexing awesome lists of open source software.

https://github.com/fumeapp/exceluuid

Generate UUID URLs in an excel sheet
https://github.com/fumeapp/exceluuid

Last synced: 7 months ago
JSON representation

Generate UUID URLs in an excel sheet

Awesome Lists containing this project

README

          

excel-uuids
=================

generate an excel file of random v4 uuids

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)

* [Usage](#usage)
* [Commands](#commands)

# Usage

```sh-session
$ 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`](#exceluuid-generate-prefix-amount)
* [`exceluuid help [COMMAND]`](#exceluuid-help-command)

## `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](https://github.com/fumeapp/exceluuid/blob/v0.0.0/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](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_