# `diez`

## The Design Token Framework

**To get started,** just run `yarn create diez` or `npx diez create`.

Diez is a free & open-source developer toolkit for expressing visual styles that can be shared across codebases, native platforms, and teams.

Read more at https://diez.org

This package is the main entry-point for Diez: installing the Diez CLI.  The Diez CLI is used to bootstrap and compile Diez projects, offering convenient helpers for template projects and example codebases for native iOS, Android, and Web.

Other packages can extend the Diez CLI in various ways. For more information, check out [@diez/cli-core](https://github.com/diez/diez/tree/master/src/cli/cli-core).

## Acknowledgements

The team behind Diez is grateful to [Eric Clemmons](https://github.com/ericclemmons) for generously donating his NPM package name `diez` to the Diez project. If you're looking for his dependency injection library, you can find it on GitHub [here](https://github.com/ericclemmons/diez).
