-
pip install virtualenvwrapper. -
mkvirtualenv -p python3 venv. -
workon venv. -
pip install git+https://github.com/Avielyo10/jenerator. -
Add
eval "$(_JENERATOR_COMPLETE=source jenerator)"to.bashrcfile.
Usage: jenerator [OPTIONS] COMMAND [ARGS]... Jenkins Plugin Generator - creates fast templates of jenkins plugins Options: --help Show this message and exit. Commands: all Creates it all builder Creates build step installer Creates tool-installation & installer publisher Creates post-build action util Creates utility class with helpful methods wrapper Creates wrapper - build environment to install the tool if necessary
-
Using Python 3 - Since the End Of Life date (EOL, sunset date) for Python 2.7 is comming closer (01/2020) I decided to move to Python 3. See also PEP 466.
-
New CLI - Using Click to create a beautiful command line interface instead of the writing it on my own as in the previous version.
-
Packaged Version - Now you can install this tool using pip! While this library is certainly able to be distributed via PyPI, I decided not to it for now.