Create gtkmm projects easily from the console.
$ git clone https://github.com/arencoskun/gtkmm-helper
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install
or $ sudo make install
allowed options:
-h [ --help ] produce help message
-n [ --new ] arg create new project
-d [ --dir ] arg set target directory for new project. if not set, the
project will be created in the current directory.
$ gtkmm-helper -n [project name]
or $ gtkmm-helper -n [project name] -d [project directory]
Thanks for using gtkmm-helper!