Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skpm/sketch-dev-tools
See your plugin logs, inspect the state of Sketch documents, explore actions, and more!
https://github.com/skpm/sketch-dev-tools
debugger devtools sketch skpm
Last synced: 7 days ago
JSON representation
See your plugin logs, inspect the state of Sketch documents, explore actions, and more!
- Host: GitHub
- URL: https://github.com/skpm/sketch-dev-tools
- Owner: skpm
- License: mit
- Created: 2017-10-27T14:58:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T11:19:26.000Z (almost 2 years ago)
- Last Synced: 2024-03-25T21:23:12.440Z (10 months ago)
- Topics: debugger, devtools, sketch, skpm
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 311
- Watchers: 8
- Forks: 20
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-designops - Devtools - devtools. (Sketch / Development)
README
Sketch DevTools
See your plugin logs, inspect the state of Sketch documents, explore actions, and more.## Installation
### From a release (simplest)
- [Download](https://github.com/skpm/sketch-dev-tools/releases/latest) 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`)## Usage
If you want to show some proper logs in the DevTools, you need to use Sketch >= 52.
You might notice performance issues when the DevTools are opened, that's because it's listening to all actions. Closing it will go back to normal.
## Contributing
Lots of room for improvement, let's build it together :) Check out the [issues](https://github.com/skpm/sketch-dev-tools/issues) and pick one!
## License
MIT