https://github.com/null-none/sketch-lorem-ipsum
Lipsum generator plugin for sketch
https://github.com/null-none/sketch-lorem-ipsum
sketch sketch-plugin sketch-plugins
Last synced: about 2 months ago
JSON representation
Lipsum generator plugin for sketch
- Host: GitHub
- URL: https://github.com/null-none/sketch-lorem-ipsum
- Owner: null-none
- License: mit
- Created: 2020-06-26T21:35:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T07:38:55.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T09:28:35.455Z (4 months ago)
- Topics: sketch, sketch-plugin, sketch-plugins
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sketch plugin "Lipsum generator"
Install the dependencies
```bash
npm install
```Once the installation is done, you can run some commands inside the project folder:
```bash
npm run build
```To watch for changes:
```bash
npm run watch
```Additionally, if you wish to run the plugin every time it is built:
```bash
npm run start
```