0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-07 15:39:00 -05:00
penpot-export/packages/core
Roberto Redradix c3bc509a3f build: bump version to 0.1.2
npm version tag handling is weird. v0.1.1 was published as `beta` instead of `latest`.

A new version is required for republishing.
2023-10-02 14:29:42 +02:00
..
src/lib fix(core): export user configuration type declarations 2023-10-02 13:22:01 +02:00
.gitignore refactor!: split penpot-export into cli and core modules 2023-09-01 17:43:45 +02:00
.prettierignore refactor!: split penpot-export into cli and core modules 2023-09-01 17:43:45 +02:00
.prettierrc.json refactor!: split penpot-export into cli and core modules 2023-09-01 17:43:45 +02:00
LICENSE docs: license under Apache License, Version 2.0 2023-09-15 19:14:42 +02:00
package.json build: bump version to 0.1.2 2023-10-02 14:29:42 +02:00
README.md docs: update documentation with a start guide 2023-10-02 13:24:28 +02:00
tsconfig.json refactor!: split penpot-export into cli and core modules 2023-09-01 17:43:45 +02:00

@penpot-export/core

penpot-export is a tool designed to export your design tokens created in Penpot into ready-to-use code or parseable data files.

This package houses the code for the core functionality of penpot-export.

Refer to the full documentation for usage notes.