Skip to content

sevenb/pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42c2f06 · Nov 12, 2022

History

30 Commits
Dec 19, 2016
Nov 12, 2022
Nov 8, 2016
Nov 29, 2016
Dec 19, 2016
Dec 19, 2016

Repository files navigation

PUB for MAC

**Mobile assets factory command-line program **

PUB is a command-line program to create iOS and Android app icons assets.

Just run pub on the folder with the default icon image(.png 1536x1536) to create all app icons.

Ex: ~myfolder: pub ios

Run on terminal:

~ pub

or

~ pub ios

or

~ pub android

Dependencies

It requires the curl, imagemagick and jq installed. pip3 install jq brew install imagemagick

Install

To install it right away for MAC users, copy and paste on terminal:

#!shell

sudo wget https://raw.githubusercontent.com/sevenb/pub/master/pub -O /usr/local/bin/pub
sudo chmod a+rx /usr/local/bin/pub

or

#!shell

sudo curl -L https://raw.githubusercontent.com/sevenb/pub/master/pub -o /usr/local/bin/pub
sudo chmod a+rx /usr/local/bin/pub