@digitalservice4germany/style-dictionary
v2.0.0
Published
Keep styles consistent and synchronized across multiple platforms.
Downloads
3,882
Keywords
Readme
DigitalService Style Dictionary
A Style Dictionary is a system that allows you to define styles once, in a way for any platform or language to consume. A single place to create and edit your styles, and a single command exports these rules to all the places you need them […]
Documentation
For documentation about the DigitalService Style Dictionary, please visit the documentation website.
Also, please join the discussions.
DigitalService internal only: you may also join the #1_ds_engineering_frontend
Slack channel.
Development
npm install
npm run build
npm run test
Documentation website
cd website
npm install
npm start
npm link
Link the dist
directory, not the root directory.
npm run build
cp package.json dist/
cd dist
npm link
(insidedist
)
Release
- update changelog
- use
publish
GitHub action workflow