radmen/gitfuzz

Simple CLI app to make fuzz in git repo Edit

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

dev-master 2017-01-31 14:02 UTC

This package is auto-updated.

Last update: 2024-04-14 04:24:24 UTC


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 authors
  • commits.min lower value of randomly generated number of commits
  • commits.max upper value of randomly generated number of commits