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/
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 SimplePlTool
gen_pl_pro requires next modules and libraries:
gen_pl_pro is based on MOP.
Code structure
sh_tool/
├── bin/
│ └── gen_pl_pro.sh
├── conf/
│ ├── gen_pl_pro.cfg
│ ├── 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 - 2024 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.