mikaelvesavuori / automator-figmagic

Mac OS X Automator service for Figmagic to make it a snap to update tokens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac OS X Automator service for Figmagic

This is a small helper service to make it a snap to update tokens. I've made it specially for those users (like designers) who may have access to code but don't like poking around with webservers and stuff just to get their tokens updated.

Prerequisites

  • You are running a Mac OS X system
  • The service expects you to have NPM/Node installed
  • The service expects you to have a script in your package.json called figmagic that runs it locally, like this:
"scripts": {
  "figmagic": "./node_modules/figmagic/index.mjs"
}

This is the way that for example my own Figmagic example is structured.

Installation

  • Double click the workflow file, Figmagic.workflow, to install it

Using it

  • Right click a folder, and you should see Figmagic under the Services category

Usage demonstration Usage demonstration

Source code

The tiny script that gets run is available under Figmagic.sh.

Automator configuration

How the service is configured in Automator How the service is configured in Automator

About

Mac OS X Automator service for Figmagic to make it a snap to update tokens.


Languages

Language:Shell 100.0%