Design Version is an innovative Figma plugin that transforms the way designers manage and document revisions in their projects. With Design Version, users can create detailed changelogs directly in Figma, enhancing traceability and collaboration within design teams.
- Node.js
- npm (Should come bundled with your Node.js installation)
- TypeScript 5.4.5
Install the necessary JavaScript packages:
npm install
After cloning the repository and installing all dependencies, the next step is to build the project. To do this, run the following command line in your terminal:
npm run build
This will build the project and generate the resulting files in the dist
directory.
- Open your Figma desktop application.
- Navigate to the
Plugins > Development > New Plugin...
menu - In the box that appears, click on "Link existing plugin"
- Navigate to your Design Version project, and inside the
dist
folder, choose the manifest.json file. - Now, the Design Version plugin is available for use within Figma.
- To run it, go to the
Plugins > Development > Design Version