GetModuleList: GetModuleList

Description Usage Arguments Details Value Examples

Description

Get a list of all the modules available on the github repo.

Usage

1

Arguments

renew

Download from github even if we already have a module list.

Details

This function will only work on a platform that supports the method 'libcurl' in the function url. This can be tested using the function capabilities (see example).

Value

A list with all module names.

Examples

1
2
# GetModuleList requires libcurl to be supported
if(capabilities('libcurl')) GetModuleList()

Boodogs/zoon-clone documentation built on May 6, 2019, 7:59 a.m.