@skpm/sketch-debugger

0.5.1 • Public • Published

Sketch DevTools


See your plugin logs, inspect the state of Sketch documents, explore actions, and more.

Installation

From a release (simplest)

  • Download the latest release of the plugin
  • Un-zip
  • Double-click on the sketch plugin

From the sources

  • Clone the repo
  • Install the dependencies (npm install)
  • Build (npm run build)
  • Double-click on plugin.sketchplugin

Usage

If you want to show some proper logs in the DevTools, you need to use console (as apposed to log directly). console is polyfilled by skpm automatically.

You might notice performance issues when the debugger is opened, that's because it's listening to all actions.

Contributing

Lots of room for improvement, let's build it together :) Check out the issues and pick one!

License

MIT

Dependencies (2)

Dev Dependencies (32)

Package Sidebar

Install

npm i @skpm/sketch-debugger

Weekly Downloads

15

Version

0.5.1

License

MIT

Unpacked Size

4.92 kB

Total Files

4

Last publish

Collaborators

  • sketchbot
  • mathieudutour