Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KimDarren/git-faker
:ghost: You can be the best GIT-COMMITTER in the planet.
https://github.com/KimDarren/git-faker
git git-addons shell shell-script
Last synced: 3 months ago
JSON representation
:ghost: You can be the best GIT-COMMITTER in the planet.
- Host: GitHub
- URL: https://github.com/KimDarren/git-faker
- Owner: KimDarren
- License: wtfpl
- Archived: true
- Created: 2015-12-18T04:52:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T05:32:22.000Z (almost 9 years ago)
- Last Synced: 2024-06-11T13:43:32.233Z (5 months ago)
- Topics: git, git-addons, shell, shell-script
- Language: Shell
- Homepage:
- Size: 96.7 KB
- Stars: 30
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - KimDarren/git-faker - :ghost: You can be the best GIT-COMMITTER in the planet. (Shell)
README
# `git-faker` :facepunch:
`git-faker` is a Git plugin that **makes you to be the best commiter in the planet** by add some _fake_ commits.
## Screenshots
### Before `git-faker`
![Before screenshot](https://raw.githubusercontent.com/KimDarren/git-faker/master/screenshots/before.png?token=AFIKQZ2t2LpL-I-r-Iy6Km6BKlpm2cDxks5WfNVjwA%3D%3D)### After `git-faker`
![After screenshot](https://raw.githubusercontent.com/KimDarren/git-faker/master/screenshots/after.png?token=AFIKQRYgdMW5jYxS_fH5fB_B3nHCTbO8ks5WfNVEwA%3D%3D)## How `git-faker` works
1. Create directory, `.git-faker`.
2. Write a dummy file and do commit _(with the fake dates)_.
3. loooooop## Usage
`git-faker `
`` is optional. If not specified, your `current branch` _(ex.master)_ will be used.
## The Languages.
Finally, you can set the **language** by `options`.
### Options
1. `--objc` ![objc](https://raw.githubusercontent.com/KimDarren/git-faker/master/screenshots/objc.png): set the language as _Objective-C_
2. `--java` ![java](https://raw.githubusercontent.com/KimDarren/git-faker/master/screenshots/java.png): set the language as _Java_
3. `--js` ![js](https://raw.githubusercontent.com/KimDarren/git-faker/master/screenshots/js.png): set the language as _Javascript_
4. `--c`: set the language as _C_## Installation
Just copy `git-faker` to your `$PATH` and ensure it is an executable (`chmod +x git-faker`) and you're good to go. 👍
Also make sure you have Git installed.
## License
`git-faker` is under [WTFPL](http://www.wtfpl.net/). You can do what the fuck you want with this shit. See [LICENSE](LICENSE) file for more info.