Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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