Skip to content

Rework module layout #25

Description

@TylerLeonhardt

The psm1s are getting big!

We should move over to the module layout that has been pretty popular and successful:

SecretManagement.LastPass.Extension.psd1
SecretManagement.LastPass.Extension.psm1
Public/

  • Get-Secret.ps1
  • etc

Private/

  • Invoke-LpassInternal.ps1
  • etc

where the psm1 simply dot-sources all of the ps1s. Example: https://github.com/PowerShell/Polaris

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