- Prerequisites
- Python 3.6 +
fdriver can be installed by running
pip install fdriver
Easiest way to start is using the defaults:
fdriver init [name]
fdriver startapp [name]
fdriver provides four different commands.
You can list them with
fdriver --help
On the other hand, the run
command expects you to have a init
structure:
fdriver run
This project is licensed under the terms of the MIT license.