Giter Site home page Giter Site logo

nonish / gitartwork Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jasineri/gitartwork

0.0 0.0 0.0 2.35 MB

Gitartwork on user's contribution graph (show any text in github commit grapgh format)

License: BSD 3-Clause "New" or "Revised" License

gitartwork's Introduction

gitartwork on user's contribution graph

gitartwork on user's contribution graph, make a SVG image of it and finally push it back to your repository.

An example result: jasineri/gitartwork

Usage:

Option #1: Use gitartwork as a GitHub Action

  1. Ensure that under Settings > Actions > General > Workflow permissions, the "Read and write permissions" is set!

  2. Copy the workflow code into a .github/workflows/gitartwork.yml file in your repository.

     name: gitartwork from a contribution graph
     on: 
       push:
       schedule:
         - cron: '* */24 * * *'
     jobs:
       build:
         name: Make gitartwork SVG
         runs-on: ubuntu-latest
         steps:
           - uses: actions/checkout@v3
           - uses: jasineri/gitartwork@v1
             with:
                # Use this username's contribution graph  
                user_name: jasineri
                # Text on contribution graph 
                text: JASINERI
           - uses: jasineri/simple-push-action@v1
    
  3. A few moments later it will generate gitartwork.svg image in your repository, so then you can include it in your README.md like ![gitartwork](gitartwork.svg)

  4. Have fun :)

Troubleshooting

  1. If your gitartwork's image is missing and the action workflow ends with an error message stating "Permission to ... denied to github-actions[bot]", check the workflow permissions settings (see "Usage" above).

Option #2: Make gitartwork locally on your environment

Still in progress...

gitartwork's People

Contributors

jasineri avatar dependabot[bot] avatar dropfan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.