Quickly generate a random data string with alphabets, numerals and symbols depending on your needs for use as IDs and secrets in your mocks.
- Download the repository
- Unzip the repository to folder
figma-random-key-generator
- Go to Plugins in Figma
- Scroll to the Development section and click the
+
icon - Click to add
manifest.json
- Select the
manifest.json
file from the folderfigma-random-key-generator
- Open any Figma file
- Select a shape on your canvas.
- Press
command + /
and search for 'Figma Random Key Generator' - Run the plugin
command + shift + p
to re-run the plugin instantly
- Clone the repository:
git clone https://github.com/madebyankur/figma-random-key-generator.git
- Go to the directory:
cd figma-random-key-generator
- Install figplug:
npm i -g figplug
- Build the plugin:
figplug build -w -o=build
- Add a new development plugin to Figma
- Select the
figma-/build/manifest.json
file as the manifest
- figma-plugin-ds for providing a design system for the plugins UI.