-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
To be scalable this should create a json file for function and alias with
{
Imports,
InnerText,
Name,
IsExportedMember,
???
}
When I edit function it should generate Import-ModulePrivateScript statements for the array of imports,
Generate the same for any possible imports but commented out, generate $IsExportingMember as text, generate function inside scriptblock, etc.
All of the generated code will allow the function to be run as is and when editing is finished it should regenerate the function based off the configuration. Importing the functions will import all the structured json files.
Metadata
Metadata
Assignees
Labels
No labels