_____ _ _ ___ ____ _ _ ___ ____
|_ _| | | |_ _| / ___|| | | |/ _ \| _ \
| | | | | || |____\___ \| |_| | | | | |_) |
| | | |_| || |_____|__) | _ | |_| | __/
|_| \___/|___| |____/|_| |_|\___/|_|
The place that all apps from tui-shop live in.
-
Create a json file with the template from template.json, (See 'Making a json file')
-
Create a logo, (See 'Creating a logo')
-
Fork this repo,
-
Name and upload your file to your forked repository's apps directory,
-
Open a pull request,
-
Wait. (In meantime, check 'Other')
Download the template.json file and fill all of the fields:
repo: your github repo,
description: description of your app,
logo: your app's logo, (See 'Creating a logo')
dependencies: a list of your dependencies,
actions: install: a list of shell commands to install your app, (the git clone and cd commands will be done automatically) remove: a list of shell commands to remove your app. (the git clone and cd commands will be done automatically)
Your logo needs to be 6x6 pixels.
To choose a color of the pixel, put a letter corresponding to the first letter of the color:
-
b = blue/dark blue
-
r = red/dark red
-
l = lime/light green
-
y = yellow/light yellow
-
p = purple/magenta
-
w = white/light gray
-
d = dark/black
-
g = gray/dark gray
-
n = none/transparent
Here's some badges you can include in your repo's README: