figgo
Version:
A CLI tool make your design tokens stay up to date with your Figma design styleguide
25 lines • 791 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hints = `
How to use
$ figgo [<options> ...]
Options
--init, -i Setup figma board
--sync, -s Sync tokens
--edit, -e Edit board information (not ready yet)
--list, -l List boards
--remove, -r Remove board
--help, -h Show help message
--version, -v Show installed version
Examples
$ figgo --init
$ figgo --init board_name board_id output_directory output_format
$ figgp --edit board_name (not ready yet)
$ figgo --list
$ figgo --sync
$ figgo --sync board_name
$ figgo --remove board_name
$ figgo --h
$ figgo --v
`;
//# sourceMappingURL=hint.js.map