mrtuxa / meson-init-cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meson-init-cpp

meson-init-cpp is a project initialization tool for C++ projects using the Meson build system.

Installation

To install meson-init-cpp, follow these steps:

Clone the repository: git clone https://github.com/mrtuxa/meson-init-cpp.git
Navigate to the project directory: cd meson-init-cpp
Build the project: bash run

Arch Linux

with AUR Helper

yay -S meson-init-cpp-git
git clone https://aur.archlinux.org/meson-init-cpp-git.git
cd meson-init-cpp-git/
makepkg -si

Usage

To use meson-init-cpp, run the following command:

meson-init-cpp <project_name> <version> <c++ version>

For example:

meson-init-cpp foo 0.1 14

This will create a new project with the specified name, version, and C++ version.

Contributing

Contributions to meson-init-cpp are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License

meson-init-cpp is licensed under the GPL-3.0 License. See the LICENSE file for more information.

Contact

For any questions or further information, you can reach out to me via email (mrtuxa@infra-sys.de) or through a issue.

tested OS

  • Debian
  • OpenBSD

About

License:GNU General Public License v3.0


Languages

Language:C++ 70.7%Language:Shell 20.2%Language:Meson 5.4%Language:Makefile 3.7%