/olca-mod-cutter

A cookie-cutter recipe for an openLCA modules based project

Primary LanguageJava

olca-mod-cutter

This is a cookie-cutter recipe for an olca-modules based Maven 3+ & Java 14+ project.

Usage

You need to have Java 14+, Maven 3+, Python 3.6+, the olca-modules and Cookiecutter installed.

pip install cookiecutter

Then navigate to the folder where you want to create the project and ask Cookiecutter to create it for you:

cookiecutter https://github.com/msrocka/olca-mod-cutter.git

Or use it offline:

cd ~/my-cutters
git clone https://github.com/msrocka/olca-mod-cutter.git
cd ~/my-projects
cookiecutter ~/my-cutters/olca-mod-cutter