gen_pm¶
gen_pm is shell tool for generating Perl package.
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.
Installation¶
Navigate to release page download and extract release archive.
To install gen_pm type the following
tar xvzf gen_pm-x.y.tar.gz
cd gen_pm-x.y
cp -R ~/sh_tool/bin/ /root/scripts/gen_pm/ver.x.y/
cp -R ~/sh_tool/conf/ /root/scripts/gen_pm/ver.x.y/
cp -R ~/sh_tool/log/ /root/scripts/gen_pm/ver.x.y/
Or You can use Docker to create image/container.
Dependencies¶
gen_pm requires next modules and libraries
Shell tool structure¶
gen_pm is based on MOP.
Shell tool structure
sh_tool/
├── bin/
│ ├── center.sh
│ ├── display_logo.sh
│ └── gen_pm.sh
├── conf/
│ ├── gen_pm.cfg
│ ├── gen_pm.logo
│ └── gen_pm_util.cfg
└── log/
└── gen_pm.log
Copyright and licence¶
Copyright (C) 2016 - 2024 by vroncevic.github.io/gen_pm
gen_pm 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.