All Projects → kactus-io → kactus-cli

kactus-io / kactus-cli

Licence: other
✨ The low level CLI unlocking the Kactus magic

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to kactus-cli

Kactus
🌵 A true version control tool for designers
Stars: ✭ 1,476 (+10442.86%)
Mutual labels:  kactus

kactus-cli

Installation

npm install --save kactus-cli

Usage

Via cli

kactus import path/to/folder
kactus parse path/to/file.sketch

Via Node

const { importFolder, parseFile } = require('kactus-cli')

importFolder('path/to/folder').then(...)

parseFile('path/to/file.sketch').then(...)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].