1. Download the bundlet, and place it in your workflow's root directory.
2. Load the bundlet
--# Get the workflow's root directory path
--# i.e. this script's parent directory
set pwd to POSIX path of ((path to me as text) & "::")
set bundlet to load script pwd & "alfred.bundler.scpt"
3. Load the bundler into a variable.
set bundler to bundlet's load_bundler()
set list_lib to bundler's library("_list", "latest", "")
set util_path to bundler's utility("pashua", "", "")
set icon_path to bundler's icon("octicons", "markdown", "000", true)
Post on the Alfred Forum thread.
Open an issue in the Github queue.