Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/uuid-csv-cli
generates uuid's given a number, then creates a csv file with that number of uuid's
https://github.com/wisehackermonkey/uuid-csv-cli
Last synced: 1 day ago
JSON representation
generates uuid's given a number, then creates a csv file with that number of uuid's
- Host: GitHub
- URL: https://github.com/wisehackermonkey/uuid-csv-cli
- Owner: wisehackermonkey
- Created: 2019-02-20T03:07:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T16:02:48.000Z (over 4 years ago)
- Last Synced: 2024-11-10T12:44:16.466Z (about 2 months ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# `uuid csv geneartor`
```
by oran c
[email protected]
github.com/wisehackermonkey
20190219
```## How to install
- clone the repo
```bash>cd /path/to/repo
>bundler install
ruby init.rb -c -f
```
#### Example
```
>ruby init.rb -c 123 -f uuids.csv
```