Simple program in python to generate a project skeleton from templates in the spirit of Yeoman, CookieCutter and others.
Template | Description |
---|---|
cpp_cmake_eclipse_conda_exe | C++ executable CMake Eclipse Project to build with conda. |
cpp_cmake | Simple C++ executable. |
python_standalone_app | Simple Python standalone application. |
python3 setup.py sdist
pip install dist/plum-x.y.z.tar.gz
Install plum-x.y.z.tar.gz and run from folder:
python3 plum