https://github.com/webprofusion/apetools
Don't Go Ape. Go Ape Tools. For when it all seems like too much work.
https://github.com/webprofusion/apetools
app-icon-generator
Last synced: about 1 year ago
JSON representation
Don't Go Ape. Go Ape Tools. For when it all seems like too much work.
- Host: GitHub
- URL: https://github.com/webprofusion/apetools
- Owner: webprofusion
- License: mit
- Created: 2017-09-30T13:37:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T07:23:14.000Z (about 3 years ago)
- Last Synced: 2025-01-15T01:44:14.040Z (over 1 year ago)
- Topics: app-icon-generator
- Language: Vue
- Homepage: https://apetools.webprofusion.com
- Size: 11 MB
- Stars: 162
- Watchers: 7
- Forks: 39
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ape Tools
## Tools for app developers
Live: https://apetools.webprofusion.com
Don't Go Ape. Go Ape Tools.
For when it all seems like too much work.
## Image Gorilla
Generate your App Icons and Splashscreens in all the required sizes to get your app to market faster.
This app uses VueJS with TypeScript.
If you are looking to contribute to development, all the magic happens in: https://github.com/webprofusion/apetools/blob/master/src/views/Tools.vue
## Project setup
### Use predefined environment (Optional)
Open `Visual Studio Code`, go to `View > Command Palette...` and execute `Remote-Containers: Reopen in Container`.
This opens the project with the correct environment.
(https://code.visualstudio.com/docs/remote/create-dev-container#_create-a-devcontainerjson-file)
### Install dependencies
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```