sketch-tool

Library to use SketchTool CLI tool more easily

Usage no npm install needed!

<script type="module">
  import sketchTool from 'https://cdn.skypack.dev/sketch-tool';
</script>

README

Build Status dependencies Status Coverage Status

Issue Count Code Climate

Node Version NPM Version NPM License

Sketch Tool

Library to use SketchTool CLI tool more easily

Requirements:

TODO: Add docs

To Get Started:

  • Install the package in your project
npm install sketch-tool --save

To use:


const SketchTool = require('sketch-tool')
const Sketch = new SketchTool({
    foo: 'bar'
})

JSDocs Documentation

Enabling the Debugger

To enable debug logs, enable them via environment variables.

To see all debug logs from this app, set the env variable:

DEBUG=sketch-tool*

Running with your project:

DEBUG=sketch-tool* node myproject.js

License

MIT License