The Bundle Development Tool provides utility for developing new bundles on Clerezza. It allows to edit Scala source files as well as other resources on a file-system location an have the changes automatically reflected on the local instance. The tool takes care about compiling the sources and recreating the bundle.

Creating a new project

To create a new project enter the following on the Clerezza console:
zz> Dev create 'scala_with_activator in "/path/to/new/project/"
The above will create a project using the archetype 'scala_with_activator at the location /path/to/new/project. Files and folder that do not yet exist will be created (no file is overwriiten).
To see alist of the available archetypes enter
zz> Dev listArchetypes

Load an existing project

To load an exiting project enter the following on the Clerezza console:
zz> Dev load "/path/to/existing/project/"