chfs-tab-completion.psd1

@{

    RootModule    = 'chfs-tab-completion.psm1'

    ModuleVersion = '1.3.2'

    GUID          = '9b970e32-477e-4e78-9d0b-bf2802d3f4ba'

    Author        = 'abgo'

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

    ScriptsToProcess  = 'warn.ps1'

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

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

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

        }

    }
}