create Project Root
fun createProjectRoot(name: String, availModuleExtensions: MutableList<String> = mutableListOf("avail"), entryPoints: MutableList<String> = mutableListOf(), description: String = ""): CreateAvailRoot
Add a CreateAvailRoot to be created in the rootsDirectory.
Return
The created Root.
Parameters
name
The CreateAvailRoot.name.
avail Module Extensions
The file extensions that signify files that should be treated as Avail modules.
entry Points
The Avail entry points exposed by this root.
description
An optional description of this root.