Merge pull request #5 from Psycojoker/helper_script

[enh] Add Python helper script
This commit is contained in:
opi 2015-10-10 10:45:06 +02:00
commit 101827399f

View file

@ -61,7 +61,15 @@ The integration will be discussed on the Pull Request.
**Important**: You will have to find a maintainer willing to take care of the package while published if you want your app to be validated.
---
#### Helper script
You can use the <code>add_or_update.py</code> python script to add or update
your app from one of the 2 json files.
Usage:
```bash
python ./add_or_update.py [community.json OR official.json] [github url [github url [github url ...]]]
```
#### More information on [yunohost.org/packaging_apps](https://yunohost.org/packaging_apps)