The *GenBenchDroid-Editor* can be used to create or modify templates and modules for [GenBenchDroid](https://git.cs.uni-paderborn.de/sschott/genbenchdroid).
## Usage
To install all required dependencies, at first the following command has to be executed inside the directory containing the GenBenchDroid-Editor:
```
npm install
```
Afterwards, the GenBenchDroid-Editor can be started with the following command:
```
npm start
```
The GenBenchDroid-Editor has been moved to GitHub.
You can find the new repository [here](https://github.com/stschott/genbenchdroid-editor).