gen_cc_pro

Generate C++ Project

View the Project on GitHub vroncevic/gen_cc_pro

Generate CC Project

gen_cc_pro is shell tool for generating C++ project.

Developed in bash code: 100%.

gen_cc_pro_shell_checker

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.

GitHub issues open GitHub contributors

Table of Contents

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install gen_cc_pro type the following

tar xvzf gen_cc_pro-x.y.tar.gz
cd gen_cc_pro-x.y
cp -R ~/sh_tool/bin/   /root/scripts/gen_cc_pro/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/gen_cc_pro/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/gen_cc_pro/ver.x.y/

Self generated setup script and execution

./gen_cc_pro_setup.sh 

[setup] installing App/Tool/Script gen_cc_pro
	Sun 05 Dec 2021 01:49:34 PM CET
[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/gen_cc_pro/ver.2.0/
├── bin/
│   ├── center.sh
│   ├── display_logo.sh
│   └── gen_cc_pro.sh
├── conf/
│   ├── gen_cc_pro.cfg
│   ├── gen_cc_pro.logo
│   ├── gen_cc_pro_util.cfg
│   ├── project_set.cfg
│   └── template/
│       ├── authors.template
│       ├── autogen.template
│       ├── cc_editorconfig.template
│       ├── cc_source.template
│       ├── changelog.template
│       ├── configure_ac.template
│       ├── copying.template
│       ├── makefile_am_root.template
│       ├── makefile_am_src.template
│       ├── news.template
│       └── readme.template
└── log/
    └── gen_cc_pro.log

4 directories, 19 files
lrwxrwxrwx 1 root root 50 Dec  5 13:49 /root/bin/gen_cc_pro -> /root/scripts/gen_cc_pro/ver.2.0/bin/gen_cc_pro.sh

Or You can use docker to create image/container.

Usage

# Create symlink for shell tool
ln -s /root/scripts/gen_cc_pro/ver.x.y/bin/gen_cc_pro.sh /root/bin/gen_cc_pro

# Setting PATH
export PATH=${PATH}:/root/bin/

# Generating C++ project
gen_cc_pro rtp

gen_cc_pro ver.2.0
Sun 05 Dec 2021 01:51:23 PM CET

[check_root] Check permission for current session? [ok]
[check_root] Done

    	                                               
                                                                                 
                                                        ██████                   
    █████   █████  ███████         █████   █████       ░██░░░██ ██████  ██████   
   ██░░░██ ██░░░██░░██░░░██       ██░░░██ ██░░░██      ░██  ░██░░██░░█ ██░░░░██  
  ░██  ░██░███████ ░██  ░██      ░██  ░░ ░██  ░░       ░██████  ░██ ░ ░██   ░██  
  ░░██████░██░░░░  ░██  ░██      ░██   ██░██   ██      ░██░░░   ░██   ░██   ░██  
   ░░░░░██░░██████ ███  ░██ █████░░█████ ░░█████  █████░██     ░███   ░░██████   
    █████  ░░░░░░ ░░░   ░░ ░░░░░  ░░░░░   ░░░░░  ░░░░░ ░░      ░░░     ░░░░░░    
   ░░░░░                                                                          
    		Info   github.io/gen_cc_pro ver.2.0 
    		Issue  github.io/issue
    		Author vroncevic.github.io

[gen_cc_pro] Loading basic and util configuration!
100% [================================================]

[load_conf] Loading App/Tool/Script configuration!
[check_cfg] Checking configuration file [/root/scripts/gen_cc_pro/ver.2.0/conf/gen_cc_pro.cfg] [ok]
[check_cfg] Done

[load_conf] Done

[load_util_conf] Load module configuration!
[check_cfg] Checking configuration file [/root/scripts/gen_cc_pro/ver.2.0/conf/gen_cc_pro_util.cfg] [ok]
[check_cfg] Done

[load_util_conf] Done

[load_util_conf] Load module configuration!
[check_cfg] Checking configuration file [/root/scripts/gen_cc_pro/ver.2.0/conf/project_set.cfg] [ok]
[check_cfg] Done

[load_util_conf] Done

[gen_cc_pro] Generate project structure!
[gen_cc_pro] Generating directory [/data/dev/bash/3_tools/gen_cc_pro/rtp/]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/autogen.sh]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/configure.ac]
[gen_cc_pro] Generating directory [/data/dev/bash/3_tools/gen_cc_pro/rtp/po/]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/po/ChangeLog]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/po/LINGUAS]
[gen_cc_pro] Generate file [/data/dev/bash/3_tools/gen_cc_pro/rtp/po/POTFILES.in]
[gen_cc_pro] Generating directory [/data/dev/bash/3_tools/gen_cc_pro/rtp/src/]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/src/main.cc]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/src/.editorconfig]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/src/Makefile.am]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/Makefile.am]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/COPYING]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/AUTHORS]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/NEWS]
[gen_cc_pro] Generating file [/data/dev/bash/3_tools/gen_cc_pro/rtp/README]
[gen_cc_pro] Set permission!
[gen_cc_pro] Set permission!
[logging] Checking directory [/root/scripts/gen_cc_pro/ver.2.0/log/]? [ok]
[logging] Write info log!
[logging] Done

[gen_cc_pro] Done

[check_tool] Checking tool [/usr/bin/tree]? [ok]
[check_tool] Done

/data/dev/bash/3_tools/gen_cc_pro/rtp/
├── AUTHORS
├── autogen.sh
├── ChangeLog
├── configure.ac
├── COPYING
├── Makefile.am
├── NEWS
├── po
│   ├── ChangeLog
│   ├── LINGUAS
│   └── POTFILES.in
├── README
└── src
    ├── main.cc
    └── Makefile.am

2 directories, 13 files

Dependencies

gen_cc_pro requires next modules and libraries

Shell tool structure

gen_cc_pro is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── center.sh
│   ├── display_logo.sh
│   └── gen_cc_pro.sh
├── conf/
│   ├── gen_cc_pro.cfg
│   ├── gen_cc_pro.logo
│   ├── gen_cc_pro_util.cfg
│   ├── project_set.cfg
│   └── template/
│       ├── authors.template
│       ├── autogen.template
│       ├── cc_editorconfig.template
│       ├── cc_source.template
│       ├── changelog.template
│       ├── configure_ac.template
│       ├── copying.template
│       ├── makefile_am_root.template
│       ├── makefile_am_src.template
│       ├── news.template
│       └── readme.template
└── log/
    └── gen_cc_pro.log

Docs

Documentation Status

More documentation and info at

License: GPL v3 License

Copyright (C) 2017 - 2024 by vroncevic.github.io/gen_cc_pro

gen_cc_pro 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.

Free Software Foundation

Donate