(If you can't see the images in the document, have a look on GitHub.)
This extension is a part of LiberRPA to create new RPA projects.
It offers multiple templates to choose from, and you can customize the templates to fit your needs.
- Open Command Palette:
Press
Ctrl+Shift+P
to open the Command Palette. - Run Command:
Execute the command
LiberRPA: Create a New Project
to start a new RPA project. - Select Destination Folder: A window will appear asking you to select the folder where the new RPA project will be created.
- Enter Project Name:
Provide a name for your project.
- Select a template:
Choose from the available templates.
If the selected template includes a
.gitignore
file, LiberRPA will automatically try to rungit init
command. - Launch VS Code: A new instance of VS Code will open with your new project.
Templates are stored at the following path:
LiberRPA/configFiles/ProjectTemplate
To create a new template, simply copy an existing one and modify it as needed.
If you choose a template that contains a .gitignore
file, ensure that Git is installed on your computer.