10.0.0-beta.4 • Published 6 years ago
@diez/sources v10.0.0-beta.4
@diez/sources
This package provides utilities and metaprogramming extensions for design sources. Its current capabilities include:
- Extracting design systems from files with support for Sketch.
- Extracting designs systems from services including Figma and InVision Design System Manager.
Extraction as a service is provided via the CLI command diez extract for any Diez project that depends on @diez/sources. Services can be registered in .diezrc like so:
{
"designs": {
"services": [
"https://projects.invisionapp.com/dsm-export/...",
"https://www.figma.com/file/...",
...
]
}
}In addition to services you register, diez extract will automatically look for design files in ./designs/. Supported assets will be extracted to ./assets/, and source code will be generated in ./src/designs.
If desired, these directories can be customized using .diezrc:
{
"designs": {
"sources": "./my-designs",
"assets": "./my-assets",
"code": "./src/my-designs",
"services": [...]
}
}10.0.0-beta.4
6 years ago
10.0.0-beta.3
6 years ago
10.0.0-beta.2
6 years ago
10.0.0-beta.1
6 years ago
10.0.0-beta.0
7 years ago
10.0.0-alpha.8
7 years ago
10.0.0-alpha.7
7 years ago
10.0.0-alpha.6
7 years ago
10.0.0-alpha.5
7 years ago
10.0.0-alpha.4
7 years ago
10.0.0-alpha.3
7 years ago
10.0.0-alpha.2
7 years ago
10.0.0-alpha.1
7 years ago
10.0.0-alpha.0
7 years ago