pub fn read_and_parse_and_generate<P1: AsRef<Path>, P2: AsRef<Path>, P3: AsRef<Path>>(
    template_path: P1,
    output_path: P2,
    core_path: Option<String>,
    generators_path: P3
) -> Result<(), Box<dyn Error>>
Expand description

Reads template, parses it and generated project based on it.