0.1.1 • Published 4 years ago
remote-design-tokens v0.1.1
Remote Design Tokens
Load design tokens from a remote endpoint or service, e.g. Airtable.
User Guide
This project is a tszip package written in
TypeScript with the latest ESNext syntax in src/ and compiled to ES module
output in dist/.
Developing
To compile the project and watch for changes:
yarn devBuilding
To build the release package:
yarn buildPublish
To compile the release build and publish to NPM:
yarn publish