Introduction

Pre-Requisites

Camundala is written in Scala and provides Scala DSLs. So far we only use it as a sbt projects. Here is a video to get you started with a Scala dev environment: Setting up a dev environment with Coursier.

There are three phases in the development process:

  1. Init Company

    Create the directory structure and common files to get you started with Camundala.

  2. Setup Company Project

    A Company Project handles the specific configuration for the company.

  3. Create Project

    Create the project directory and the Helper Script for the project development.

  4. Project Development

    Tasks to support the project development.