sketch-tool

1.0.14 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i sketch-tool

Weekly Downloads

0

Version

1.0.14

License

MIT

Unpacked Size

10.2 MB

Total Files

54

Last publish

Collaborators

  • stackdot