Skip to content

Take advantage of structured data storage #26

Description

@EdLichtman

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions