comparison docs/usage/customization.rst @ 7415:f9c8fec48185

cli: convert 'gearbox make-rcext' in 'kallithea-cli extensions-create' Note: 'extensions' instead of 'rcextensions' as first step to get away from the 'rc' prefix.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 18 Nov 2018 20:02:17 +0100
parents 8152f9e6a778
children b66725ba01ed
comparison
equal deleted inserted replaced
7414:3158cf0dafb7 7415:f9c8fec48185
53 even to monkey-patch certain parts of the Kallithea source code (for example 53 even to monkey-patch certain parts of the Kallithea source code (for example
54 overwrite an entire function, change a global variable, ...). 54 overwrite an entire function, change a global variable, ...).
55 55
56 To generate a skeleton extensions package, run:: 56 To generate a skeleton extensions package, run::
57 57
58 gearbox make-rcext -c my.ini 58 kallithea-cli extensions-create -c my.ini
59 59
60 This will create an ``rcextensions`` package next to the specified ``ini`` file. 60 This will create an ``rcextensions`` package next to the specified ``ini`` file.
61 See the ``__init__.py`` file inside the generated ``rcextensions`` package 61 See the ``__init__.py`` file inside the generated ``rcextensions`` package
62 for more details. 62 for more details.
63 63