An open API service indexing awesome lists of open source software.

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

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
```