Appium Driver Template is a template to create Appium 2.x drivers.
Install template-driver
aka custom-driver
(if not installed)
appium driver install --source npm appium-driver-template
Run Appium server with custom or template driver
appium server -pa /wd/hub --use-drivers=<<driver-name>>