sketchtool

1.4.0 • Public • Published

SketchTool binary

Available in npm for convenience. Unofficial. Source: http://bohemiancoding.com/sketch/tool/

This package version follows the original version of SketchTool. I'll update the binary when new one is released. Please file an issue, if I don't.

Usage

Simple usage

var sketchtool = require('sketchtool')
 
sketchtool('dump /path/to/file.sketch', function (error, stdout, stderr) {
  // callback
})

Just get absolute path to binary

var sketchtool = require('sketchtool')
console.log('This is path to sketchtool binary:', sketchtool.binaryPath)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.4.0
    3

Package Sidebar

Install

npm i sketchtool

Weekly Downloads

3

Version

1.4.0

License

none

Last publish

Collaborators

  • marekhrabe