/plum

A minimalistic project skeleton generator

Primary LanguagePython

Plum!

Simple program in python to generate a project skeleton from templates in the spirit of Yeoman, CookieCutter and others.

Project templates

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.

Instructions

Build and install source distribution

python3 setup.py sdist
pip install dist/plum-x.y.z.tar.gz 

Usage

Install plum-x.y.z.tar.gz and run from folder:

python3 plum