Don't Go Ape. Go Ape Tools. For when it all seems like too much work.
Find a file
2018-08-23 11:19:02 +08:00
config UI updates 2017-10-15 14:33:37 +08:00
environment Initial commit 2017-09-30 21:40:40 +08:00
src Add Ionic version of image bundles 2018-08-23 11:19:02 +08:00
.editorconfig Initial commit 2017-09-30 21:40:40 +08:00
.gitignore UI updates, package updates 2018-02-05 10:19:13 +08:00
karma.coverage.js Initial commit 2017-09-30 21:40:40 +08:00
karma.debug.js Initial commit 2017-09-30 21:40:40 +08:00
karma.unit.js Initial commit 2017-09-30 21:40:40 +08:00
LICENSE Initial commit 2017-09-30 21:37:47 +08:00
package-lock.json Add Ionic version of image bundles 2018-08-23 11:19:02 +08:00
package.json Package updates & spec tweaks 2018-06-24 19:24:07 +08:00
README.md Update README.md 2017-09-30 21:44:49 +08:00
tsconfig.json UI updates, package updates 2018-02-05 10:19:13 +08:00
tslint.json Initial commit 2017-09-30 21:40:40 +08:00
webpack.config.js Initial commit 2017-09-30 21:40:40 +08:00

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.

Note: this is the client side JS port of Ape Tools (which was originally server-side C#). 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/components/tools/tools.ts

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8082
npm run dev

# build for production with minification
npm run build

# clean the production build
npm run clean