https://github.com/dalirnet/gitart
Fun art with git contributions
https://github.com/dalirnet/gitart
fun git nodejs
Last synced: 2 months ago
JSON representation
Fun art with git contributions
- Host: GitHub
- URL: https://github.com/dalirnet/gitart
- Owner: dalirnet
- License: mit
- Created: 2021-06-18T05:59:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T17:09:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T16:37:22.702Z (3 months ago)
- Topics: fun, git, nodejs
- Language: JavaScript
- Homepage: https://github.com/dalirnet?tab=overview&from=2011-12-01&to=2011-12-31
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# GitArt
## Fun art with git contributions
### Sample [live](https://github.com/dalirnet?tab=overview&from=2011-12-01&to=2011-12-31)


### Command
- `--text` `-t`
- Text for drawing
- Default 'GitArt'- `--year` `-y`
- Year of commits
- Default 2000
- Min 2000
- Max 2020- `--gap` `-g`
- Gap from start of year
- Default 1
- Min 1
- Max 45- `--cpd` `-c`
- Commits per day
- Default 1
- Min 1
- Max 9### Generate
```bash
# With npmnpx gitart --text 'dalirnet !!??' --year 2011 --gap 1 --cpd 1
``````bash
# With githubnpx github:dalirnet/gitart -t 'dalirnet !!??' -y 2011 -g 1 -c 1
``````bash
# Output✔ Generated "DALIRNET !!? ." at /path/to/GitArts/GitArt2011
```### Publish
```bash
# Change directorycd /path/to/GitArts/GitArt2011
``````bash
# Add remotegit remote add origin https://github.com/user/GitArt2011.git
``````bash
# Push to remotegit push -u origin main
```