sketch-tool
v1.0.14
Published
Library to use SketchTool CLI tool more easily
Downloads
22
Readme
Sketch Tool
Library to use SketchTool CLI tool more easily
Requirements:
- NodeJS ( Version 6+ )
- We recommend using Node Version Manager
#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'
})
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