Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 499 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 499 Bytes

sketch-codelight

Plugin to highlight code inside Text layers.

Development

Install the dependencies

npm install

Once the installation is done, you can run some commands inside the project folder:

npm run build

To watch for changes:

npm run watch

Additionally, if you wish to run the plugin every time it is built:

npm run start