This repository was archived by the owner on Mar 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Hubble cli options
Thibault Maekelbergh edited this page Mar 25, 2019
·
1 revision
Can be viewed at anytime using the cli:
./hubble-cli --help
Option | Arguments | Description |
---|---|---|
--outputDir, -o |
The directory to export to | The directory where parsed files will be placed after a run. Defaults to current working directory |
--dump, -d |
Dump all Sketch JSON files into 1 logdump.json | |
--useColorArtboards |
Use artboard formatting to export colors instead of using the document colors | |
--useGradientArtboards |
Use artboard formatting to export gradients instead of using the document gradients |
Option Index | Required | Arguments | Description |
---|---|---|---|
1 | ✓ | Sketch file | The path to your Sketch file, which hubble-script should export assets from |
2 | ✘ | The directory to export to | The directory where assets will be placed after a run. Defaults to current working directory |
Using hubble-scripts with Sketch
- Exporting design tokens
- Exporting assets
- Adding hubble-scripts in your project
- Formatting your Sketch document to use with Hubble
- Uploading output to cloud
- hubble-cli options
- Troubleshooting
Development