Misc tweaks
This commit is contained in:
parent
f6d0b63166
commit
baf9e0dd0c
4 changed files with 21 additions and 0 deletions
2
READMEs/make_readme.py → README-generator/make_readme.py
Normal file → Executable file
2
READMEs/make_readme.py → README-generator/make_readme.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#! /usr/bin/python3
|
||||
|
||||
import argparse
|
||||
import json
|
||||
import os
|
|
@ -1,3 +1,22 @@
|
|||
{% if manifest.id == "example" %}
|
||||
# Packaging your an app, starting from this example
|
||||
|
||||
- Copy this app before working on it, using the ['Use this template'](https://github.com/YunoHost/example_ynh/generate) button on the Github repo.
|
||||
- Edit the `manifest.json` with app specific info.
|
||||
- Edit the `install`, `upgrade`, `remove`, `backup`, and `restore` scripts, and any relevant conf files in `conf/`.
|
||||
- Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
|
||||
- Add a `LICENSE` file for the package.
|
||||
- Edit `doc/DISCLAIMER*.md`
|
||||
- The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
{% endif %}
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# {{manifest.name}} for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/{{manifest.id}}.svg)](https://dash.yunohost.org/appci/app/{{manifest.id}}) ![](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/{{manifest.id}}.maintain.svg)
|
Loading…
Reference in a new issue