mix language.colours.dl.data (LanguageColours v1.1.0) View Source
Download the GitHub colours JSON dataset (or any other specified dataset).
NOTE: This function does not check the HTTPS certificate! Check the file after downloading and only use this task as a helper during development.
You can specify the download URL and file path to put the download to with flags:
mix language.colours.dl.data --url 'https://raw.githubusercontent.com/ozh/github-colors/master/colors.json' --path 'priv/language_colours/data.json'
The directories leading to the output file will be created if necessary.