Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.57 KB

File metadata and controls

42 lines (29 loc) · 1.57 KB

LiberRPA Project Manager

(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.

Usage

Create a Project

  1. Open Command Palette: Press Ctrl+Shift+P to open the Command Palette.
  2. Run Command: Execute the command LiberRPA: Create a New Project to start a new RPA project. 1740223397190
  3. Select Destination Folder: A window will appear asking you to select the folder where the new RPA project will be created.
  4. Enter Project Name: Provide a name for your project. 1740299950040
  5. Select a template: Choose from the available templates. 1740300020512 If the selected template includes a .gitignore file, LiberRPA will automatically try to run git init command.
  6. Launch VS Code: A new instance of VS Code will open with your new project.

Customize Templetes

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.

1740299894580

Requirements

If you choose a template that contains a .gitignore file, ensure that Git is installed on your computer.