Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitart

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitart

fun art with git contributions

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

GitArt

Fun art with git contributions

Sample live

light

dark

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

# With npm

npx gitart --text 'dalirnet !!??' --year 2011 --gap 1 --cpd 1
# With github

npx github:dalirnet/gitart -t 'dalirnet !!??' -y 2011 -g 1 -c 1
# Output

✔ Generated "DALIRNET !!?  ." at /path/to/GitArts/GitArt2011

Publish

# Change directory

cd /path/to/GitArts/GitArt2011
# Add remote

git remote add origin https://github.com/user/GitArt2011.git
# Push to remote

git push -u origin main

Keywords

FAQs

Package last updated on 19 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc