Skip to content

odense-rpa/process-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this template

The repository has been tagged as a template repository. This means you can create a new repository based on this code using the GitHub instructions

Alternative method: checkout the repository and remove git bindings

Replace <new-folder-name> with your desired folder name:

git clone https://github.com/odense-rpa/process-template.git <new-folder-name>

cd <new-folder-name>

rm -rf .git
git init
git add .
git commit -m "Initial commit from process-template"

git remote add origin <new-repo-url>
git push -u origin main

About

Contains a starter process template for building Automation Server processes

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages