Generate setup scripts and github guideline for projects
githuber is shell tool for generating github structure.
Developed in bash code: 100%.
The README is used to introduce the modules and provide instructions on how to install the modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.
Table of Contents
Navigate to release page download and extract release archive.
To install githuber type the following
tar xvzf githuber-x.y.tar.gz
cd githuber-x.y
cp -R ~/sh_tool/bin/ /root/scripts/githuber/ver.x.y/
cp -R ~/sh_tool/conf/ /root/scripts/githuber/ver.x.y/
cp -R ~/sh_tool/log/ /root/scripts/githuber/ver.x.y/
Self generated setup script and execution
./githuber_setup.sh
[setup] installing App/Tool/Script githuber
Sun 21 Nov 2021 10:46:08 AM CET
[setup] clean up App/Tool/Script structure
[setup] copy App/Tool/Script structure
[setup] remove github editor configuration files
[setup] Set App/Tool/Script permission
[setup] create symbolic link of App/Tool/Script
[setup] done
/root/scripts/githuber/ver.4.2/
├── bin/
│ ├── center.sh
│ ├── deploy_build_py.sh
│ ├── deploy_codecov.sh
│ ├── deploy_docker.sh
│ ├── deploy_guide.sh
│ ├── deploy_setup.sh
│ ├── deploy_venv.sh
│ ├── display_logo.sh
│ ├── drop_to_file.sh
│ └── githuber.sh
├── conf/
│ ├── githuber.cfg
│ ├── githuber.logo
│ ├── githuber_util.cfg
│ └── template/
│ ├── docker_create_container.template
│ ├── docker_create_image.template
│ ├── docker_push_image.template
│ ├── docker_remove_container.template
│ ├── docker_remove_image.template
│ ├── docker_stop_container.template
│ ├── githuber_guideline.template
│ ├── githuber_setup_py.template
│ ├── githuber_setup_sh.template
│ ├── pypi2_build.template
│ ├── pypi3_build.template
│ ├── pypi_create.template
│ ├── pypi_deploy.template
│ ├── update_codecov.template
│ ├── venv_create.template
│ └── venv_helper.template
└── log/
└── githuber.log
4 directories, 30 files
lrwxrwxrwx 1 root root 46 Nov 21 10:46 /root/bin/githuber -> /root/scripts/githuber/ver.4.2/bin/githuber.sh
Or You can use docker to create image/container.
# Create symlink for shell tool
ln -s /root/scripts/githuber/ver.x.y/bin/githuber.sh /root/bin/githuber
# Setting PATH
export PATH=${PATH}:/root/bin/
# Generating github structure
githuber python test
githuber ver.4.2
Sun 21 Nov 2021 10:46:08 AM CET
[check_root] Check permission for current session? [ok]
[check_root] Done
██ ██ ██ ██
░░ ░██ ░██ ░██
█████ ██ ██████░██ ██ ██░██ █████ ██████
██░░░██░██░░░██░ ░██████ ░██ ░██░██████ ██░░░██░░██░░█
░██ ░██░██ ░██ ░██░░░██░██ ░██░██░░░██░███████ ░██ ░
░░██████░██ ░██ ░██ ░██░██ ░██░██ ░██░██░░░░ ░██
░░░░░██░██ ░░██ ░██ ░██░░██████░██████ ░░██████░███
█████ ░░ ░░ ░░ ░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░
░░░░░
Info github.io/githuber ver.4.2
Issue github.io/issue
Author vroncevic.github.io
[githuber] Loading basic and util configuration!
100% [================================================]
[load_conf] Loading App/Tool/Script configuration!
[check_cfg] Checking configuration file [/root/scripts/githuber/ver.4.2/conf/githuber.cfg] [ok]
[check_cfg] Done
[load_conf] Done
[load_util_conf] Load module configuration!
[check_cfg] Checking configuration file [/root/scripts/githuber/ver.4.2/conf/githuber_util.cfg] [ok]
[check_cfg] Done
[load_util_conf] Done
[githuber] Checking directory [/data/dev/]? [ok]
[githuber] Checking directory [/data/dev/python/]? [ok]
[githuber] Generating directory [/data/dev/python/test/]
[githuber] Generating file [/data/dev/python/test/test_setup.sh]
[githuber] Generating file [/data/dev/python/test/test_git.txt]
[githuber] Generating directory [/data/dev/python/test/docs/]
[githuber] Generating directory [/data/dev/python/test/github/]
[githuber] Generating directory [/data/dev/python/test/github/test//]
[githuber] Generating file [/data/dev/python/test/github/docker_create_image.sh]
[githuber] Generating file [/data/dev/python/test/github/docker_create_container.sh]
[githuber] Generating file [/data/dev/python/test/github/docker_push_image.sh]
[githuber] Generating file [/data/dev/python/test/github/docker_stop_container.sh]
[githuber] Generating file [/data/dev/python/test/github/docker_remove_container.sh]
[githuber] Generating file [/data/dev/python/test/github/docker_remove_image.sh]
==============================
# [1] Python 2
# [2] Python 3
# [3] Python 2/3
==============================
Select Python support option > 3
Option Python 2 and Python 3 Picked
[githuber] Generating file [/data/dev/python/test/github/pypi_create.sh]
[githuber] Generating file [/data/dev/python/test/github/pypi_deploy.sh]
[githuber] Generating file [/data/dev/python/test/github/pypi2_build.sh]
[githuber] Generating file [/data/dev/python/test/github/pypi3_build.sh]
[githuber] Generating file [/data/dev/python/test/github/venv_create.sh]
[githuber] Generating file [/data/dev/python/test/github/venv_helper.sh]
[githuber] Generating file [/data/dev/python/test/github/update_codecov.sh]
[githuber] Set owner!
[githuber] Set permission!
[logging] Checking directory [/root/scripts/githuber/ver.4.2/log/]? [ok]
[logging] Write info log!
[logging] Done
[githuber] Done
[check_tool] Checking tool [/usr/bin/tree]? [ok]
[check_tool] Done
/data/dev/python/test/
├── docs
├── github
│ ├── docker_create_container.sh
│ ├── docker_create_image.sh
│ ├── docker_push_image.sh
│ ├── docker_remove_container.sh
│ ├── docker_remove_image.sh
│ ├── docker_stop_container.sh
│ ├── pypi2_build.sh
│ ├── pypi3_build.sh
│ ├── pypi_create.sh
│ ├── pypi_deploy.sh
│ ├── test
│ ├── update_codecov.sh
│ ├── venv_create.sh
│ └── venv_helper.sh
├── test_git.txt
└── test_setup.sh
3 directories, 15 files
githuber requires next modules and libraries
githuber is based on MOP.
Shell tool structure
sh_tool/
├── bin/
│ ├── center.sh
│ ├── deploy_build_py.sh
│ ├── deploy_codecov.sh
│ ├── deploy_docker.sh
│ ├── deploy_guide.sh
│ ├── deploy_setup.sh
│ ├── deploy_venv.sh
│ ├── display_logo.sh
│ ├── drop_to_file.sh
│ └── githuber.sh
├── conf/
│ ├── githuber.cfg
│ ├── githuber.logo
│ ├── githuber_util.cfg
│ └── template/
│ ├── docker_create_container.template
│ ├── docker_create_image.template
│ ├── docker_push_image.template
│ ├── docker_remove_container.template
│ ├── docker_remove_image.template
│ ├── docker_stop_container.template
│ ├── githuber_guideline.template
│ ├── githuber_setup_py.template
│ ├── githuber_setup_sh.template
│ ├── pypi2_build.template
│ ├── pypi3_build.template
│ ├── pypi_create.template
│ ├── pypi_deploy.template
│ ├── update_codecov.template
│ ├── venv_create.template
│ └── venv_helper.template
└── log/
└── githuber.log
More documentation and info at
Copyright (C) 2017 - 2024 by vroncevic.github.io/githuber
githuber is free software; you can redistribute it and/or modify it under the same terms as Bash itself, either Bash version 4.2.47 or, at your option, any later version of Bash 4 you may have available.
Lets help and support FSF.