design-tokens-clone
v4.0.0-alpha.0
Published
Design tokens to be used throughout products
Downloads
4
Maintainers
Readme
design-tokens-clone
Design tokens to be used throughout products.
Installation
Using Yarn
yarn add design-tokens-clone
Using NPM
npm install design-tokens-clone
Steps to Publish
- Ensure all files are updated and committed:
git add .
git commit -m "Update package.json and README.md for alpha release"
yarn build:clean yarn lint yarn test
npm publish --tag alpha