/sketch2code-cli

sketch is easy. curl s2c.sh | bash -s sample.jpg

Primary LanguageShellMIT LicenseMIT

sketch2code-cli

Build Status

Usage

curl s2c.sh | bash -s sample.jpg

it will generate to sample.html

Install

alias s2c.sh='curl s2c.sh | bash -s'
s2c.sh sample.jpg

Uninstall

unalias s2c.sh