Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 508 Bytes

Basic Style Dictionary

This example code is bare-bones to show you what this framework can do. If you have the style-dictionary module installed globally, you can cd into this directory and run:

npx style-dictionary build

# alternative bash cmds:
npm run build

node build.mjs

Otherwise, install Style Dictionary locally for this project first, cd into this directory and run:

npm init -y && npm install style-dictionary

and then run the above command.