pnpm-tab-completion.psd1

#
# Module manifest for module 'pnpm-tab-completion'
#
# Generated by: abgo
#
# Generated on: 2023/6/9
#

@{

    RootModule       = 'pnpm-tab-completion.psm1'

    ModuleVersion    = '1.2.2'

    GUID             = 'c2d26e68-f6b1-4370-b35c-411ff9e614d9'

    Author           = 'abgo'

    Copyright        = '(c) abgo. All rights reserved.'

    ScriptsToProcess  = 'warn.ps1'

    Description      = 'pnpm tab completion.The data of completion comes from json,and you can modify the json file to change the completion as required. For more information, please visit the project: https://github.com/abgox/PS-completions'


    PrivateData      = @{

        PSData = @{

            Tags       = @('pnpm', 'tab', 'completion', 'tab-comletion', 'Multi-language')

            LicenseUri = 'https://github.com/abgox/PS-completions/blob/main/LICENSE'

            ProjectUri = 'https://github.com/abgox/PS-completions'

        }

    }
}