scoop-tab-completion.psd1

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

@{

    RootModule    = 'scoop-tab-completion.psm1'

    ModuleVersion = '1.2.5'

    GUID          = 'ab913566-0cf9-47d1-a92f-6649820696d6'

    Author        = 'abgo'

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

    ScriptsToProcess  = 'warn.ps1'

    Description   = 'scoop 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       = @('scoop', 'tab', 'completion', 'tab-comletion', 'Multi-language')

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

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

        }

    }
}