这是indexloc提供的服务,不要输入任何密码
Skip to content

joshuagageellis/figma-documentor

Repository files navigation

figma-documentor

Quickstart

This plugin was created with Plugma using the React framework.

Requirements

Install and Import

  1. Install the dependencies and watch for changes while developing:

    npm install
    npm run dev
  2. Open the Figma desktop app and import the plugin:

    • Open a file in Figma.
    • Search for "Import plugin from manifest..." using the Quick Actions bar.
    • Choose the manifest.json file from the dist folder.
  3. Manage manifest details from inside package.json.

Browser Preview

Run this command to preview your plugin in the browser during development.

npm run preview

Make sure the plugin is open in the Figma desktop app.

Before Publishing

Before publishing your plugin, make sure to create a build. If not, it will still point to the dev server and won't work properly for users.

npm run build

Now you can publish the plugin from the Figma desktop app.

Advanced

See the Plugma docs for further information.

figma-documentor

About

Figma plugin to help organize development documentation and export to csv

Resources

Stars

Watchers

Forks

Packages

No packages published