Skip to content

Plans

If a blueprint is a single file template, a plan is the entire project template. When you create a project you will have to select the Plan to use to compile it.

Structure

Plans come with a very well defined structure that cannot be changed. You can change the content of each file to your preference but currently you are locked into following that folder structure.

There are chances in future to allow the Plan structure to be more flexible, including choosing building tools, package managers and manage the folder structure.

Editor

The editor is similar to the Library Editor with the exception of a third row in the tools column that shows the folder structure. You can click on each folder to expand or collapse it. You can click on a file to bring up its content into the content editor area.

/codedraw/plan_editor.png

A Plan contains a special set of file names and folder names that looks like variables like $projectName or $backendName$. Those are in fact variables and the plan structure will be interpolated and compiled according to your project structure. For instance $projectName$ will be replaced with the name you gave to your project while for each worker you have in your project, a $backendName$ folder will be interpolated and compiled.