githuber

githuber is shell tool for generating github structure.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

Installation

Debian Linux OS

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/

Or You can use Docker to create image/container.

Dependencies

githuber requires next modules and libraries

Shell tool structure

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

Indices and tables