Skip to content

Latest commit

 

History

History
128 lines (85 loc) · 3.96 KB

index.rst

File metadata and controls

128 lines (85 loc) · 3.96 KB

gen_cc_mod

gen_cc_mod is shell tool for generating C++ modules.

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

self

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install gen_cc_mod type the following

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

Or You can use Docker to create image/container.

GitHub docker checker

Dependencies

gen_cc_mod requires next modules and libraries

Shell tool structure

gen_cc_mod is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── center.sh
│   ├── display_logo.sh
│   └── gen_cc_mod.sh
├── conf/
│   ├── gen_cc_mod.cfg
│   ├── gen_cc_mod.logo
│   ├── gen_cc_mod_util.cfg
│   └── template/
│       ├── cc_editorconfig.template
│       ├── cc_source.template
│       └── h_header.template
└── log/
    └── gen_cc_mod.log

Copyright and licence

License: GPL v3 License: Apache 2.0

Copyright (C) 2017 by vroncevic.github.io/gen_cc_mod

gen_cc_mod 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

Indices and tables

  • genindex
  • modindex
  • search