11# ExFig
22
3- [ ![ Platforms] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Falexey1312%2FExFig%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/alexey1312/ExFig )
4- [ ![ Swift-versions] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Falexey1312%2FExFig%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/alexey1312/ExFig )
5- [ ![ CI] ( https://github.com/alexey1312/ExFig/actions/workflows/ci.yml/badge.svg )] ( https://github.com/alexey1312/ExFig/actions/workflows/ci.yml )
6- [ ![ Release] ( https://github.com/alexey1312/ExFig/actions/workflows/release.yml/badge.svg )] ( https://github.com/alexey1312/ExFig/actions/workflows/release.yml )
7- [ ![ Docs] ( https://github.com/alexey1312/ExFig/actions/workflows/deploy-docc.yml/badge.svg )] ( https://alexey1312.github.io/ExFig/documentation/exfig )
3+ [ ![ CI] ( https://github.com/DesignPipe/exfig/actions/workflows/ci.yml/badge.svg )] ( https://github.com/DesignPipe/exfig/actions/workflows/ci.yml )
4+ [ ![ Release] ( https://github.com/DesignPipe/exfig/actions/workflows/release.yml/badge.svg )] ( https://github.com/DesignPipe/exfig/actions/workflows/release.yml )
5+ [ ![ Docs] ( https://github.com/DesignPipe/exfig/actions/workflows/deploy-docc.yml/badge.svg )] ( https://DesignPipe.github.io/exfig/documentation/exfig )
86![ Coverage] ( https://img.shields.io/badge/coverage-50.65%25-yellow )
9- [ ![ License] ( https://img.shields.io/github/license/alexey1312/ExFig .svg )] ( LICENSE )
7+ [ ![ License] ( https://img.shields.io/github/license/DesignPipe/exfig .svg )] ( LICENSE )
108
119Command-line utility to export colors, typography, icons, and images from Figma to Xcode, Android Studio, Flutter, and
1210Web (React/TypeScript) projects.
@@ -62,7 +60,7 @@ Flutter, and React/TypeScript.
6260### Developer Experience
6361
6462- 🤖 CI/CD ready (quiet mode, exit codes, JSON reports)
65- - 🔄 [ GitHub Action] ( https://github.com/alexey1312 /exfig-action ) for automated exports
63+ - 🔄 [ GitHub Action] ( https://github.com/DesignPipe /exfig-action ) for automated exports
6664- 📊 Rich progress indicators with ETA
6765- 🔇 Verbose, normal, and quiet output modes
6866- 🚀 Swift 6 / Strict Concurrency
@@ -78,13 +76,13 @@ Flutter, and React/TypeScript.
7876
7977``` bash
8078# Using Homebrew (recommended)
81- brew install alexey1312 /tap/exfig
79+ brew install designpipe /tap/exfig
8280
8381# Using Mint
84- mint install alexey1312/ExFig
82+ mint install DesignPipe/exfig
8583
8684# Using mise
87- mise use -g github:alexey1312/ExFig
85+ mise use -g github:DesignPipe/exfig
8886```
8987
9088### 2. Set Figma Token
@@ -203,7 +201,7 @@ exfig batch ./configs/ --report results.json # JSON report
203201```
204202
205203Supports ` --fail-fast ` , ` --resume ` (checkpoint/resume), and ` --cache ` (version tracking). See
206- [ documentation] ( https://alexey1312 .github.io/ExFig /documentation/exfig/usage ) for all options.
204+ [ documentation] ( https://DesignPipe .github.io/exfig /documentation/exfig/usage ) for all options.
207205
208206### Quick Fetch (No Config File)
209207
@@ -256,10 +254,10 @@ checkpoint/resume for interrupted exports. Configurable via `--max-retries`, `--
256254
257255## GitHub Action
258256
259- Automate design exports in CI/CD with [ exfig-action] ( https://github.com/alexey1312 /exfig-action ) :
257+ Automate design exports in CI/CD with [ exfig-action] ( https://github.com/DesignPipe /exfig-action ) :
260258
261259``` yaml
262- - uses : alexey1312 /exfig-action@v1
260+ - uses : DesignPipe /exfig-action@v1
263261 with :
264262 figma_token : ${{ secrets.FIGMA_TOKEN }}
265263 command : icons
@@ -276,15 +274,15 @@ Automate design exports in CI/CD with [exfig-action](https://github.com/alexey13
276274# # Documentation
277275
278276Complete documentation is available at
279- **[alexey1312 .github.io/ExFig ](https://alexey1312 .github.io/ExFig /documentation/exfig)** - including getting started
277+ **[DesignPipe .github.io/exfig ](https://DesignPipe .github.io/exfig /documentation/exfig)** - including getting started
280278guides, platform-specific export details, design requirements, and custom templates.
281279
282280See [CONFIG.md](CONFIG.md) for the full configuration reference.
283281
284282# # Contributing
285283
286284We welcome contributions! See the
287- [Development Guide](https://alexey1312 .github.io/ExFig /documentation/exfig/development) for setup, testing, and code
285+ [Development Guide](https://DesignPipe .github.io/exfig /documentation/exfig/development) for setup, testing, and code
288286style guidelines.
289287
290288# # License
@@ -293,8 +291,8 @@ ExFig is available under the MIT License. See [LICENSE](LICENSE) for details.
293291
294292---
295293
296- **[Read the full documentation](https://alexey1312 .github.io/ExFig /documentation/exfig)** |
297- [Report an issue](https://github.com/alexey1312/ExFig /issues) |
294+ **[Read the full documentation](https://DesignPipe .github.io/exfig /documentation/exfig)** |
295+ [Report an issue](https://github.com/DesignPipe/exfig /issues) |
298296[Figma API](https://www.figma.com/developers/api)
299297
300298---
0 commit comments