Class ProjectStructureGenerator
java.lang.Object
cloud.kitelang.cli.generator.ProjectStructureGenerator
Generates a new Kite project by copying templates from resources.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProjectStructureGenerator
public ProjectStructureGenerator()
-
-
Method Details
-
generate
public void generate(Path projectDir, String projectName, String[] providers, String[] environments, Map<String, Map<String, NewCommand.CredentialConfig>> environmentCredentials, boolean force) throws IOException - Throws:
IOException
-