-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5521d84
commit e5283d3
Showing
1 changed file
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,34 @@ | ||
# spriggan | ||
# Spriggan | ||
|
||
> An electron-vue project | ||
> The Celtic batch sprite generator. Created with love at Markit Digital. | ||
<p align="center"> | ||
<img src="https://github.com/docmars/spriggan/blob/master/resources/spriggan.gif" alt="Spriggan Demo Gif"/> | ||
</p> | ||
|
||
#### Usage | ||
1. Drag images, or folders of images you want to create sprites out of. | ||
2. Click **Generate All**. | ||
3. Sing a Gaelic tune! | ||
|
||
#### Build Setup | ||
|
||
``` bash | ||
# install dependencies | ||
npm install | ||
yarn | ||
|
||
# serve with hot reload at localhost:9080 | ||
npm run dev | ||
yarn run dev | ||
|
||
# build electron application for production | ||
npm run build | ||
|
||
yarn run build | ||
|
||
``` | ||
|
||
#### License | ||
|
||
MIT | ||
|
||
--- | ||
|
||
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html). |