Generate a theming / design-tokens document (Markdown) from the components’ CSS custom properties, grouped per component and by token namespace.
| Argument | Description |
|---|---|
<files...> | Component source files to analyze. |
| Option | Description |
|---|---|
-o, --output <path> | Write the document to a file instead of stdout. |
--title <title> | Document title. (default: Design Tokens) |
$ banira tokens src/*.ts -o TOKENS.mdReads the @cssprop custom properties from the manifest. Complements manifest --md’s
inline per-component table with a dedicated, grouped theming reference.