parsers VS style-dictionary

Compare parsers vs style-dictionary and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
parsers style-dictionary
10 5
111 3,650
7.2% 1.4%
6.8 6.3
5 months ago 3 days ago
TypeScript JavaScript
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

parsers

Posts with mentions or reviews of parsers. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-17.
  • Show HN: Specify 2.0 – Your design token engine
    1 project | news.ycombinator.com | 25 Jan 2024
  • How do you make the devs life easier ?
    1 project | /r/UXDesign | 7 Jul 2023
    Specify if also a good all-in-one tool I just found yesterday https://specifyapp.com/
  • How can one create this type of animation? Especially with react js
    2 projects | /r/webdev | 17 May 2023
  • kickstartDS is Open Source now. Let’s start to democratize Design Systems today
    2 projects | dev.to | 15 Nov 2022
    Today quite some companies are already tackling similar problems. Talking of Knapsack.cloud, Backlight.dev, Specify, Supernova and many more, here. They all deliver value to simplify workflows for setup, integration, documentation and management of Design Systems. This is all super helpful in spreading the love about Design Systems to teams out there, and is a huge benefit to the process side of things. But you usually still need to create or import all of your components, which means that you still have some hard work before to you yourself, before finally benefitting from these tools. There’s also a lot (knowledge and work) going into the setup of a Design System (semantic tokens, hardened components, etc) that’s not solved by those tools, yet.
  • Specify VS Style Dictionary
    2 projects | dev.to | 25 Oct 2022
    By default Specify returns design data in JSON but thanks its open source parsers you can transform your design data in any formats. I repeat, in any formats.
  • El nuevo paradigma: de código a diseño
    1 project | dev.to | 29 Sep 2022
    https://story.to.design/ https://specifyapp.com/
  • Experimenting with Shape Up
    2 projects | dev.to | 15 Sep 2022
    At Specify, We started experimenting with the Shape Up methodology a few weeks ago to define focused projects, address unknowns, and increase collaboration and engagement within the team. So, I started to learn more about how other teams implemented it, too.
  • Specify
    1 project | news.ycombinator.com | 22 Apr 2022
  • Translating Figma designs to Tailwind
    1 project | /r/tailwindcss | 24 Mar 2022
    here's a list of their parsers: https://github.com/Specifyapp/parsers/tree/master/parsers
  • From Figma to React Native using Specify
    4 projects | dev.to | 11 Mar 2022
    For each rule we can use a different filter, such that the rule only applies to certain types of design tokens. Next to filters, we can also use parsers, which will manipulate the raw design tokens (which are in JSON format) and output a format that suits the programming language and platform more. Parsers behave like a pipeline, where each parser receives the input of the previous one. There are a lot of parsers to choose from, some perform very low level transformations such as round-number and camelcasify, but also full-blown parsers to a single technology such as to-tailwind and to-react-native.

style-dictionary

Posts with mentions or reviews of style-dictionary. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-03.
  • Syncing Figma Variables and StyleDictionary with GitHub Actions
    2 projects | dev.to | 3 Aug 2023
    function getStyleDictionaryConfig(brand) { return { source: [`tokens/brands/${brand}/*.json`, 'tokens/globals/**/*.json'], platforms: { /** * Available platforms: https://amzn.github.io/style-dictionary/#/config?id=platform */ web: { transformGroup: 'web', buildPath: `build/web/${brand}/`, files: [ { destination: 'tokens.scss', format: 'scss/variables', }, ], }, }, } } /** * Build the tokens for each brand. * {@see - Example based on https://github.com/amzn/style-dictionary/tree/main/examples/advanced/multi-brand-multi-platform} */ ['microsoft', 'xbox'].map(function (brand) { ['web'].map(function (platform) { const StyleDictionary = StyleDictionaryPackage.extend( getStyleDictionaryConfig(brand), ) StyleDictionary.buildPlatform(platform) }) })
  • Specify VS Style Dictionary
    2 projects | dev.to | 25 Oct 2022
    Check out the official examples projects provided by Style Dictionary. In our case, we just used the basic example 👍
  • Any wait to generate a full JSON of tailwind?
    1 project | /r/tailwindcss | 18 May 2022
    Did you know about Style Dictionary https://github.com/amzn/style-dictionary Its a tool that creates Design Tokens for different platforms using a JSON file. Sounds similar to what you are trying to achieve.
  • This is my favorite Github issue 🦎
    1 project | /r/webdev | 17 Mar 2022
  • Introduction to Variabless
    2 projects | /r/css | 2 Aug 2021
    Cool. Can you compare this to https://github.com/amzn/style-dictionary?

What are some alternatives?

When comparing parsers and style-dictionary you can also consider the following projects:

design-tokens - 🎨 Figma plugin to export design tokens to json in an amazon style dictionary compatible format.

theo - Theo is a an abstraction for transforming and formatting Design Tokens

design-tokens - Design token generator written in Deno + TS

Awesome-Design-Tokens - A list of resources on all things to do with Design Tokens

theme-ui - Build consistent, themeable React apps based on constraint-based design principles

a11y-color-tokens - Generate accessible UI colors from your base color tokens.

motion-canvas - Visualize Your Ideas With Code

community-group - This is the official DTCG repository for the design tokens specification.

megaparsec - Industrial-strength monadic parser combinator library

Awesome-Design-Tools - The best design tools and plugins for everything 👉

parsec-free

variabless - JS & CSS - A Match Made in Heaven 💎