radmen/gitfuzz
Simple CLI app to make fuzz in git repo Edit
dev-master
2017-01-31 14:02 UTC
Requires
- symfony/console: ^3.2
- symfony/process: ^3.2
- fzaninotto/faker: ^1.6
README
Simple CLI app to make fuzz in git repo
Usage
To work gitfuzz requires generating config file.
Ater that run this command in GIT repo root directory:
gitfuzz
Configuration
gitfuzz uses .gitfuzz
config file which is located in working directory.
To create it run:
gitfuzz init
Example of .gitfuzz
file:
{ "authors": [ "Hilbert Greenholt <haltenwerth@littel.com>", "Charlie Wisozk <ansel.block@davis.com>", "Earline Willms <mario55@yahoo.com>", "Ruben Schmeler <osenger@kovacek.com>", "Laila Ullrich <theodore.toy@gmail.com>", "Milan Harvey <abraham58@nienow.com>" ], "commits": { "min": 1, "max": 10 } }
authors
array of fake commit authorscommits.min
lower value of randomly generated number of commitscommits.max
upper value of randomly generated number of commits