https://github.com/tableplus/uuid-generator
https://github.com/tableplus/uuid-generator
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tableplus/uuid-generator
- Owner: TablePlus
- License: mit
- Created: 2019-10-22T22:27:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T00:55:35.000Z (about 2 years ago)
- Last Synced: 2025-05-04T09:47:33.493Z (8 months ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is this
This is a TablePlus Plugin, install OpenURL you will have a menu `Generate UUID` in context menu.

# Support
TablePlus build 272 and above.
# Install
### From release
Download [release](https://github.com/TablePlus/uuid-generator/releases), unzip and double click on file plugin to install.
### Build from source
```
git clone git@github.com:TablePlus/uuid-generator.git
cd uuid-generator/UUIDGenerator.tableplusplugin
npm install
npm run build
open .
```
# How to use
1. Open a connection.
2. Open a table.
3. Click on a cell.
4. Click on `Generate UUID` in menu.
# License
UUIDGenerator is released under the MIT license. See [LICENSE](https://github.com/TablePlus/DummiesData/blob/master/LICENSE) for details.