@marsaude/tokens 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Basic Style Dictionary
|
|
2
|
+
|
|
3
|
+
This example code is bare-bones to show you what this framework can do. If you have the style-dictionary module installed globally, you can `cd` into this directory and run:
|
|
4
|
+
|
|
5
|
+
```bash
|
|
6
|
+
npx style-dictionary build
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Otherwise, install Style Dictionary locally for this project first, `cd` into this directory and run:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm init -y && npm install style-dictionary
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
and then run the above command.
|