2017 © Pedro Peláez
 

project gitfuzz

Simple CLI app to make fuzz in git repo Edit

image

radmen/gitfuzz

Simple CLI app to make fuzz in git repo Edit

  • Tuesday, January 31, 2017
  • by radmen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

gitfuzz

Simple CLI app to make fuzz in git repo, (*1)

Usage

To work gitfuzz requires generating config file., (*2)

Ater that run this command in GIT repo root directory:, (*3)

gitfuzz

Configuration

gitfuzz uses .gitfuzz config file which is located in working directory., (*4)

To create it run:, (*5)

gitfuzz init

Example of .gitfuzz file:, (*6)

{
    "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

The Versions

31/01 2017

dev-master

9999999-dev

Simple CLI app to make fuzz in git repo Edit

  Sources   Download

MIT

The Requires

 

by Radoslaw Mejer