[Tool] Cli app

Hi,

I don´t really know if this is the incorrect sub or if this type of content is not allowed, but… I hope this is not the case :yum:

I am pretty new in UiPath and in the dev world also. One thing I didn’t get used to is “Variable management”. I often loose track of the variables used, its scopes or even if they are used at all. So I write a simple app that shows me these things on terminal.

Basically, it reads the .xaml and keep track of Variables(type, uses and scope) and arguments too.


The app and necessary steps are listed here:
GitHub - addUsername/UiPath-var-counter: Simple cli program that identifies variables from an UiPath project

Any feedback is greatly appreciated, thanks :slightly_smiling_face:

1 Like