Contribute
How create a new driver
To create a new driver, you need to choose driver type from jija.drivers
and create a new class that inherits from driver type what you want to create.
It must implement the methods that are in the base class.
Note
You can implement only the methods that used in your driver.
Before creating a new driver, you need to check drivers reference to see what methods you need to implement.
Examples
If you created a cool driver
You can add it to the list of drivers in the docs or contact project maintainer to add it to the list.