mirror of
https://github.com/penpot/penpot-export.git
synced 2025-01-08 16:00:08 -05:00
Enhanced documentation
This commit is contained in:
parent
efa9daee67
commit
d8a4b33d2b
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ Based in the example a css file like this will be generated:
|
||||||
|
|
||||||
This project utilizes [Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) to manage multiple packages within a single repository. This allows us to house the module's source code and a demo in separate packages, streamlining development and testing.
|
This project utilizes [Yarn Workspaces](https://classic.yarnpkg.com/lang/en/docs/workspaces/) to manage multiple packages within a single repository. This allows us to house the module's source code and a demo in separate packages, streamlining development and testing.
|
||||||
|
|
||||||
|
> **Why Yarn Workspaces?**
|
||||||
|
|
||||||
|
> _Your dependencies can be linked together, which means that your workspaces can depend on one another while always using the most up-to-date code available._ - [Reference](https://classic.yarnpkg.com/lang/en/docs/workspaces/#toc-why-would-you-want-to-do-this)
|
||||||
|
|
||||||
### Package Structure
|
### Package Structure
|
||||||
|
|
||||||
- [**packages/penpot-css-export**](./packages/penpot-css-export/): This package contains the CLI tool written in TypeScript. This is where the primary tool code resides.
|
- [**packages/penpot-css-export**](./packages/penpot-css-export/): This package contains the CLI tool written in TypeScript. This is where the primary tool code resides.
|
||||||
|
|
Loading…
Reference in a new issue