This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 51
Project: Create
Süleyman Yasir KULA edited this page May 15, 2020
·
12 revisions
Click here to show/hide
Use the Patcher project_create
command. It takes the following arguments:
- projectRoot: path of the directory that will hold the project's files and folders. This directory must be empty
- silent: (optional)(flag) progress will not be logged to the console
Example: Patcher project_create -projectRoot="C:\MyProject"
Click here to show/hide
Namespace: SimplePatchToolCore
ProjectManager project = new ProjectManager( projectRoot );
project.CreateProject();
Click here to show/hide
Simply open the Window-Simple Patch Tool window, enter an empty directory's path and click Create Project.