Sync
Sync tokens from your design tool to your token translation tool. This process is split into three steps:
- Reader - Reads the tokens read from your design tool and parses them into a unified format
- Lexer - Understands the tokens your way
- Writer - Writes them to disc according to your generated knowledge in the format of your preferred token translation tool
All instructions go into your theemo.js
file under the sync
key:
module.exports = {
sync: {...}
}
You can reach out for a full example config.