usageΒΆ

You need cookiecutter to create a new service based on ourobori using this skeleton.

Create the required conda-environment using:

conda create -n cookiecutter_env cookiecutter

Now activate the environment:

conda activate cookiecutter_env

Change to the folder to place the new service. Then run:

cookiecutter git@gitlab.com:ourobori/ourobori_skeleton.git --checkout master -o .

You will be prompted for the required details about the service to create. If you want to use the default submit the default with <ENTER>.