@owstack/ows-wallet-servlet-hello
Version:
An OWS Wallet minimal servlet plugin.
30 lines (17 loc) • 859 B
Markdown
# Project Resources
Each plugin-template directory contains a `resources.sketch` file from which all other assets are exported or derived.
## Requirements
You'll need [Sketch](https://www.sketchapp.com/) to make any changes to this directory. You'll also need to have [Homebrew](http://brew.sh/) installed to regenerate all assets.
Sketch and Homebrew are only available for macOS, and several processes in `generate.sh` require utilities that ship with macOS, so this process requires macOS.
## Install sketchtool
If you do not have `sketchtool` installed, you'll first need to install it.
```sh
sh install.sh
```
## Generate assets
To make an update, first make the change in `resources.sketch`, then run:
```sh
sh generate.sh
```
## Commit the changes
Be sure to commit the modified `resources.sketch`, as well as any modified exported assets.