datocms-plugin-auto-uuid
Version:
Generates UUID
29 lines (18 loc) • 563 B
Markdown
# Datocms Plugin Auto UUID DatoCMS plugin
Generates random UUID
## Configuration
DATOCMS_API_KEY: requires read/write token
## Development
Install all the project dependencies with:
```
yarn install
```
Add this plugin in development mode to one of your DatoCMS project with:
```
yarn addToProject
```
Start the local development server with:
```
yarn start
```
The plugin will be served from [http://localhost:5000/](http://localhost:5000/). Insert this URL as the plugin [Entry point URL](https://www.datocms.com/docs/plugins/creating-a-new-plugin/).