Generator executions

You can generate project code by executing any custom or public generator. During execution, Scaffander processes generator templates by evaluating template files, expanding directory structure and merging the result into final output.

During execution, Scaffander will:

  1. Gather variables from user by input form
  2. Evaluate generator templates one by one - during template evaluation Scaffander interpolates variables, expressions or directives in template files, processes directory expansions
  3. Merge the results into final output

Once generator is executed, Scaffander displays detailed steps of execution: Spring project example

Output can be dowloaded as ZIP file or exported directly into Git repository. In the second case, you need to set-up GitHub or Bitbucket integration in the settings first.