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
- Host: GitHub
- URL: https://github.com/fumeapp/exceluuid
- Owner: fumeapp
- License: mit
- Created: 2022-08-10T03:38:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T21:01:11.000Z (over 2 years ago)
- Last Synced: 2025-01-14T03:16:54.753Z (9 months ago)
- Language: TypeScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
excel-uuids
=================generate an excel file of random v4 uuids
[](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 fileDESCRIPTION
Generate an excel sheetEXAMPLES
$ 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)_