figma_importer 0.1.1 copy "figma_importer: ^0.1.1" to clipboard
figma_importer: ^0.1.1 copied to clipboard

outdated

A light dart command-line tool for generating Figma styles as variables.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate figma_importer

Use it

The package has the following executables:

$ figma_importer

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add figma_importer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  figma_importer: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:figma_importer/figma_importer.dart';
16
likes
0
points
63
downloads

Publisher

unverified uploader

Weekly Downloads

A light dart command-line tool for generating Figma styles as variables.

Repository (GitHub)
View/report issues

Topics

#cli #console #figma #design-tokens #codegen

Documentation

Documentation

License

unknown (license)

Dependencies

args, cli_completion, code_builder, collection, copy_with_extension, dart_style, equatable, figma, json2yaml, json_annotation, mason_logger, meta, path, pub_updater, recase, yaml

More

Packages that depend on figma_importer