1
- # Weaver
1
+ # Token Weaver
2
2
3
- ![ CI-MAIN] ( https://github.com/obvious/weaver/actions/workflows/ci.yml/badge.svg?branch=main )
4
- ![ CHECK-DIST] ( https://github.com/obvious/weaver/actions/workflows/check_dist.yml/badge.svg )
3
+ ![ CI-MAIN] ( https://github.com/obvious/token- weaver/actions/workflows/ci.yml/badge.svg?branch=main )
4
+ ![ CHECK-DIST] ( https://github.com/obvious/token- weaver/actions/workflows/check_dist.yml/badge.svg )
5
5
[ ![ Code Style: Google] ( https://img.shields.io/badge/code%20style-google-blueviolet.svg )] ( https://github.com/google/gts )
6
6
7
- Weaver is a [ GitHub Action] that enables syncing of tokens from your design system Figma to code. It automates the
7
+ Token Weaver is a [ GitHub Action] that enables syncing of tokens from your design system Figma to code. It automates the
8
8
process of updating your design system tokens in code each time a Figma token is updated. Hence, reducing developer
9
9
intervention needed in maintaining tokens across platforms.
10
10
@@ -22,18 +22,18 @@ Weaver. If you're not familiar with setting up GitHub Actions, you can refer to
22
22
23
23
## Usage
24
24
25
- Now that you have the tokens repo and GitHub Actions setup. Let's add Weaver to it to generate files.
25
+ Now that you have the tokens repo and GitHub Actions setup. Let's add Token Weaver to it to generate files.
26
26
27
- 1 . Create a new GitHub Action called ` run_weaver .yml`
27
+ 1 . Create a new GitHub Action called ` run_token_weaver .yml`
28
28
2 . Add a step to checkout your GitHub repo
29
29
``` yaml
30
30
- uses : actions/checkout@v3
31
31
with :
32
32
fetch-depth : 0
33
33
` ` `
34
- 3. Add a step to run Weaver
34
+ 3. Add a step to run Token Weaver
35
35
` ` ` yaml
36
-
36
+ -
uses :
obvious/token- [email protected]
37
37
with :
38
38
# For example, let's say you have a repo called `figma_tokens` and you have saved your tokens
39
39
# in a folder called `tokens` in that repo (`figma_tokens/tokens/`). You can just pass `tokens`,
@@ -57,7 +57,7 @@ Now that you have the tokens repo and GitHub Actions setup. Let's add Weaver to
57
57
**Sample**
58
58
59
59
` ` ` yaml
60
-
60
+ uses: obvious/token- [email protected]
61
61
with:
62
62
tokens_path: 'tokens'
63
63
output_path: 'output'
0 commit comments