Skip to main content

Usage

To initiate the generation process, simply execute the command (if you installed it via .NET Tool):

scyscaff

By default, Scaffolder will look for the file "scyscaff.yml" in the execution directory, but you can change this behavior with arguments.

Here is the full list of arguments:

  • --path (-p) - Specifies the directory where the configuration file should be stored and the project should be generated. If not specified, Scaffolder will take the execution directory.
  • --file (-f) - Specifies the name of the configuration file to be searched for in the directory. If not specified, Scaffolder will look for the file "scyscaff.yml".
  • --add true (-a true) - Allows Scaffolder to enter Add Mode.

So, if we want to read the configuration file "myconfig.yml" in the folder "D:\MyProject", the command should look something like this:

scyscaff --path "D:\MyProject\" --file "myconfig.yml"