Generating Perl Project Structure
gen_pl_pro is shell tool for creating Perl project.
Developed in bash code: 100%.
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.
Table of Contents
Navigate to release page download and extract release archive.
To install gen_pl_pro type the following
tar xvzf gen_pl_pro-x.y.tar.gz
cd gen_pl_pro-x.y
cp -R ~/sh_tool/bin/ /root/scripts/gen_pl_pro/ver.x.y/
cp -R ~/sh_tool/conf/ /root/scripts/gen_pl_pro/ver.x.y/
cp -R ~/sh_tool/log/ /root/scripts/gen_pl_pro/ver.x.y/
Self generated setup script and execution
./gen_pl_pro_setup.sh
[setup] installing App/Tool/Script gen_pl_pro
Sun 05 Dec 2021 11:03:27 AM 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_pl_pro/ver.2.0/
├── bin/
│ ├── center.sh
│ ├── display_logo.sh
│ └── gen_pl_pro.sh
├── conf/
│ ├── gen_pl_pro.cfg
│ ├── gen_pl_pro.logo
│ ├── gen_pl_pro_util.cfg
│ ├── project_set.cfg
│ └── template/
│ ├── cfg_editorconfig.template
│ ├── log_editorconfig.template
│ ├── pl_editorconfig.template
│ ├── tool_config.template
│ ├── tool.template
│ └── tool_util_config.template
└── log/
└── gen_pl_pro.log
4 directories, 14 files
lrwxrwxrwx 1 root root 50 Dec 5 11:03 /root/bin/gen_pl_pro -> /root/scripts/gen_pl_pro/ver.2.0/bin/gen_pl_pro.sh
Or You can use docker to create image/container.
# Create symlink for shell tool
ln -s /root/scripts/gen_pl_pro/ver.x.y/bin/gen_pl_pro.sh /root/bin/gen_pl_pro
# Setting PATH
export PATH=${PATH}:/root/bin/
# Generating Perl project
gen_pl_pro RCP
gen_pl_pro ver.2.0
Sun 05 Dec 2021 11:07:45 AM CET
[check_root] Check permission for current session? [ok]
[check_root] Done
_
__ _ ___ _ __ _ __ | | _ __ _ __ ___
/ _` |/ _ \ '_ \ | '_ \| | | '_ \| '__/ _ \
| (_| | __/ | | | | |_) | | | |_) | | | (_) |
\__, |\___|_| |_| | .__/|_| | .__/|_| \___/
|___/ |_| |_|
Info github.io/gen_pl_pro ver.2.0
Issue github.io/issue
Author vroncevic.github.io
[gen_pl_pro] Loading basic and util configuration!
100% [================================================]
[load_conf] Loading App/Tool/Script configuration!
[check_cfg] Checking configuration file [/root/scripts/gen_pl_pro/ver.2.0/conf/gen_pl_pro.cfg] [ok]
[check_cfg] Done
[load_conf] Done
[load_util_conf] Load module configuration!
[check_cfg] Checking configuration file [/root/scripts/gen_pl_pro/ver.2.0/conf/gen_pl_pro_util.cfg] [ok]
[check_cfg] Done
[load_util_conf] Done
[gen_pl_pro] Generating project structure!
[load_util_conf] Load module configuration!
[check_cfg] Checking configuration file [/root/scripts/gen_pl_pro/ver.2.0/conf/project_set.cfg] [ok]
[check_cfg] Done
[load_util_conf] Done
[gen_pl_pro] Generating directory [/data/dev/bash/3_tools/gen_pl_pro/RCP/]
[gen_pl_pro] Generating directory [/data/dev/bash/3_tools/gen_pl_pro/RCP/bin/]
[gen_pl_pro] Generating file [/data/dev/bash/3_tools/gen_pl_pro/RCP/bin/RCP.pl]!
[gen_pl_pro] Generating file [/data/dev/bash/3_tools/gen_pl_pro/RCP/bin/.editorconfig]
[gen_pl_pro] Generating directory [/data/dev/bash/3_tools/gen_pl_pro/RCP/conf/]
[gen_pl_pro] Generating file [/data/dev/bash/3_tools/gen_pl_pro/RCP/conf/.editorconfig]
[gen_pl_pro] Generating file [/data/dev/bash/3_tools/gen_pl_pro/RCP/conf/RCP.cfg]
[gen_pl_pro] Generating file [/data/dev/bash/3_tools/gen_pl_pro/RCP/conf/.editorconfig]
[gen_pl_pro] Generating file [/data/dev/bash/3_tools/gen_pl_pro/RCP/conf/RCP_util.cfg]
[gen_pl_pro] Generating directory [/data/dev/bash/3_tools/gen_pl_pro/RCP/log/]
[gen_pl_pro] Generating file [/data/dev/bash/3_tools/gen_pl_pro/RCP/log/RCP.log]
[gen_pl_pro] Generating file [/data/dev/bash/3_tools/gen_pl_pro/RCP/log/.editorconfig]
[gen_pl_pro] Set owner!
[gen_pl_pro] Set permission!
[logging] Checking directory [/root/scripts/gen_pl_pro/ver.2.0/log/]? [ok]
[logging] Write info log!
[logging] Done
[gen_pl_pro] Done
[check_tool] Checking tool [/usr/bin/tree]? [ok]
[check_tool] Done
/data/dev/bash/3_tools/gen_pl_pro/RCP/
├── bin
│ └── RCP.pl
├── conf
│ ├── RCP.cfg
│ └── RCP_util.cfg
└── log
└── RCP.log
3 directories, 4 files
gen_pl_pro requires next modules and libraries
gen_pl_pro is based on MOP.
Shell tool structure
sh_tool/
├── bin/
│ ├── center.sh
│ ├── display_logo.sh
│ └── gen_pl_pro.sh
├── conf/
│ ├── gen_pl_pro.cfg
│ ├── gen_pl_pro.logo
│ ├── gen_pl_pro_util.cfg
│ ├── project_set.cfg
│ └── template/
│ ├── cfg_editorconfig.template
│ ├── log_editorconfig.template
│ ├── pl_editorconfig.template
│ ├── tool_config.template
│ ├── tool.template
│ └── tool_util_config.template
└── log/
└── gen_pl_pro.log
More documentation and info at
Copyright (C) 2017 by vroncevic.github.io/gen_pl_pro
gen_pl_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.