@yosi_/ypl-dictionary
v1.0.0
Published
A tool to generate design tokens from a set of designer choices
Readme
ypl-dictionary
How to contribute
After cloning the repository, you can run the following command to install the dependencies:
npm installThen you can run the following command to build the tokens:
npm run buildReleasing
Releases are handled automatically via github actions triggered by a push to
a release/ branch.
To tag a release automatically, merge main with one of the following branches:
release/prereleaserelease/majorrelease/minorrelease/patch
