BaseToken | The base token, with all properties shared amongst various token types used throughout theemo. |
BuilderTool | This is for tools used during the build command and trigger the execution of that tool. |
FigmaReaderConfig | Config for Figma as a ReaderTool |
FigmaReferencerPluginConfig | The interface to describe a figma plugin beind used as reference information |
FigmaTheemoPluginConfig | |
GenerateConfig | |
LexerConfig | The lexer config is used for you to configure the tokens to what they mean for you and to further process them |
ReaderTool | This is for tools used during the sync command to read tokens from most of a the time a design tool. |
StyleDictionaryConfig | Config for Style DictionaryStyle Dictionary is used as WriterTool and BuilderTool - yet there is only the part of writer you can further parametrize. |
StyleDictionaryWriterConfig | The config for Style Dicitionary being used as WriterTool . |
SyncConfig | The config used to configure the theemo sync command.sync consists of three steps:1. reading 2. lexing 3. writingSee the config for each respective step. Reading and writing is expressed through the supported tools. |
TheemoConfig | The main config to control all commands for theemo:- sync - build - generate |
Token | The token interface as they are returned from the reader(s). |
WriterTool | This is for tools used during the sync command and writes a named collection of tokens onto the disk in the tools required format. |