Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T07:23:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T03:08:01.309Z (5 months ago)
- Topics: app-icon-generator
- Language: Vue
- Homepage: https://apetools.webprofusion.com
- Size: 11 MB
- Stars: 162
- Watchers: 6
- 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.comDon't Go Ape. Go Ape Tools.
For when it all seems like too much work.
## Image GorillaGenerate 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
```