0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-04 13:50:05 -05:00
penpot-export/packages/cli
2023-10-03 13:21:05 +02:00
..
src fix(cli): parse URL with extra search params 2023-09-26 17:42:46 +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(core,cli): mark prettier package as a devDependency 2023-10-03 13:21:05 +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/cli

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 CLI tool to use penpot-export through the command line.

Refer to the full documentation for usage notes.