nvm-tab-completion.psd1

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

@{

    RootModule    = 'nvm-tab-completion.psm1'

    ModuleVersion = '1.1.3'

    GUID          = '8336c830-4e3d-4fa6-a687-6f3d5156fda9'

    Author        = 'abgo'

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

    ScriptsToProcess  = 'warn.ps1'

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

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

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

    }
}