Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.1 KB

kerfuffle

CircleCI Commitizen friendly

a little tool that allows you to create random churn in a local repository.

need to practice working with gitflow repositories and/or mono repos? this allows you to practice the management tasks

install

install the tool right into your practice repository

yarn add -D @muppets/kerfuffle

generate change/churn plans

you can generate and customise 'churn plans' that effectively describe the alterations that will be performed against your repository

yarn kerfuffle plan . > .my-first-changes.json

generate as many of these plans as you'd like and modify their contents should you wish for something less random

apply change/churn plans

when you are ready to affect the changes run:

yarn kerfuffle apply . --plan .myfirst-changes.json

when done, push your branches up to the origin; create pull requests and do your thing