Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 676 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 676 Bytes

Purs Skpm

Write Sketch Plugins in Purescript

A Project Template for writing Sketch Plugins in Purescript.

Example Plugins

Development Guide

NOTE : Please make sure you have yarn :: Installing yarn

  • Initial setup
$ yarn install
  • Build plugin
$ yarn build
  • To watch for changes
$ yarn watch

Library