Skip to content

Instantly share code, notes, and snippets.

@pierreneter
Last active August 9, 2021 05:23
sketchtool sketch cli install, sketchtool sketch cli path, sketchtool sketch cli setup
#!/bin/sh
rm -rf /usr/local/bin/sketchtool
ln -s /Applications/Sketch.app/Contents/MacOS/sketchtool /usr/local/bin/sketchtool
@pierreneter
Copy link
Author

  • You must install Sketch first
  • To install sketchtool, run this command at your Terminal:
curl -sSL https://git.io/Jvdwg | bash -s stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment