Skip to content

Welcome to generate-fake-commit! πŸŽ‰ This is a CLI (Command Line Interface) for generating fake commits in a git repository. It's useful for testing purposes or to spice up your contribution graph. 😜

License

Notifications You must be signed in to change notification settings

Edgarmejiav/generate-fake-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ generate-fake-commit

Welcome to generate-fake-commit! πŸŽ‰ This is a CLI (Command Line Interface) for generating fake commits in a git repository. It's useful for testing purposes or to spice up your contribution graph. 😜 Made for educational purposes πŸ˜…

image

npm npm npm version

πŸ“š Usage

npx generate-fake-commit --remoteurl  <URLGIT> --single --date <YYYY/MM/DD>
npx generate-fake-commit --remoteurl <URLGIT> --range --start <YYYY/MM/DD> --stop <YYYY/MM/DD>

βš™οΈ Options

Option Alias Description
--remoteurl -u 🌐 Remote URL for the git repository
--single -s πŸ“Œ Create a single commit
--range -r πŸ“… Create commits over a date range
--date -d πŸ“† Date for a single commit (format: YYYY/MM/DD)
--start -a πŸ•’ Start date for range commits (format: YYYY/MM/DD)
--stop -o ⏳ End date for range commits (format: YYYY/MM/DD)
--mincommits -m Minimum number of commits to generate (default: 1)
--maxcommits -M Maximum number of commits to generate (default: 5)

πŸ“¦ to import

After execution, navigate to the repository folder and perform a git push to update the remote repository. πŸš€πŸ’»

About

Welcome to generate-fake-commit! πŸŽ‰ This is a CLI (Command Line Interface) for generating fake commits in a git repository. It's useful for testing purposes or to spice up your contribution graph. 😜

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published