1.0.14 • Published 6 years ago

sketch-tool v1.0.14

Weekly downloads
38
License
MIT
Repository
github
Last release
6 years ago

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

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago