Merge pull request #2022 from Salamandar/rename_readme_generator
Rename readme generator
This commit is contained in:
commit
81730cbb50
10 changed files with 17 additions and 12 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,18 +1,24 @@
|
||||||
|
# Temporary files
|
||||||
*.swp
|
*.swp
|
||||||
|
*.log
|
||||||
*~
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Python files
|
||||||
|
venv/
|
||||||
|
__pycache__/
|
||||||
|
.mypy_cache/
|
||||||
|
|
||||||
|
# Github authentication files
|
||||||
|
/.github_*
|
||||||
|
|
||||||
|
# yunohost specific cache/output dirs
|
||||||
.apps_cache
|
.apps_cache
|
||||||
builds
|
builds*
|
||||||
tools/README-generator/venv/
|
|
||||||
tools/bot-repo-cleanup/.github_token
|
tools/bot-repo-cleanup/.github_token
|
||||||
tools/autoupdater-upgrader/.*
|
tools/autoupdater-upgrader/.*
|
||||||
|
|
||||||
tools/autopatches/login
|
tools/autopatches/login
|
||||||
tools/autopatches/token
|
tools/autopatches/token
|
||||||
|
|
||||||
.github_token
|
|
||||||
|
|
||||||
__pycache__
|
|
||||||
app_list_auto_update.log
|
|
||||||
venv
|
|
||||||
|
|
|
@ -7,13 +7,13 @@
|
||||||
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
|
* Using the [script helpers documentation.](https://yunohost.org/packaging_apps_helpers)
|
||||||
* Add a `LICENSE` file for the package.
|
* Add a `LICENSE` file for the package.
|
||||||
* Edit `doc/DISCLAIMER*.md`
|
* Edit `doc/DISCLAIMER*.md`
|
||||||
* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
* The `README.md` files are to be automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
|
|
||||||
---
|
---
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -88,4 +88,3 @@ sudo yunohost app upgrade {{manifest.id}} -u https://github.com/YunoHost-Apps/{{
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in a new issue