@uswds/tokens
Version:
Collection of USWDS tokens for use across projects
26 lines (16 loc) • 566 B
Markdown
# USWDS Tokens
A collection of USWDS tokens that will be used in varying products, powered by Style Dictionary.
## Requirements
- Node LTS, see `.nvmrc`.
## CLI Usage [WIP]
The project provides a CLI utility to output JSON tokens in available formats.
```node
// default build command
buildColorTokens
// with custom output option
buildColorTokens --output uswds/tokens/
```
### Available options
| Name | Usage | Default | Description |
| --- | --- | --- | --- |
| Output Path | `--output` | `dist/tokens/` | Customize the output path for USWDS Tokens |