Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```