Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 354 Bytes

File metadata and controls

19 lines (16 loc) · 354 Bytes

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