Is your feature request related to a problem? Please describe.
As an Auro engineer
I want the automation scripts within Auro-Library to be able to pull relevant information about the repos where they are running
So that we don't break things based on name disagreements
IE: The automation script should be able to detect whether the repo uses a "Main" branch or a "Master" branch
Describe the solution you'd like
The code that does this is in the component generator.
Some of what we want to be able to grab: NameSpace, Node version, name, branch name, npm name.
Is your feature request related to a problem? Please describe.
As an Auro engineer I want the automation scripts within Auro-Library to be able to pull relevant information about the repos where they are running So that we don't break things based on name disagreements
IE: The automation script should be able to detect whether the repo uses a "Main" branch or a "Master" branch
Describe the solution you'd like
The code that does this is in the component generator. Some of what we want to be able to grab: NameSpace, Node version, name, branch name, npm name.
should be built to be expandable in the future.
Describe alternatives you've considered
No response
Additional context
No response