Github action generates dynamic image URL for contributor list to display it!

Overview

github-action-contributors

Build & Deploy

Github action generates dynamic image URL for contributor list to display it!

Contributors

Usage

- run: mkdir -p build
- name: Generate Contributors Images
  uses: jaywcjlove/github-action-contributors@main
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
    output: build/CONTRIBUTORS.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    publish_dir: ./build
https://jaywcjlove.github.io/github-action-contributors/CONTRIBUTORS.svg

Use in markdown

">
## Contributors


  

Inputs

token

Your GITHUB_TOKEN. This is required. Why do we need token? Read more here: About the GITHUB_TOKEN secret

Default: ${{ github.token }}

filter-author:

Regular expression filtering'.

count:

Specify the max count of contributors listed. Default list all contributors.

output:

output image path. default: CONTRIBUTORS.svg

truncate:

Truncate username by specified length, 0 for no truncate. default: 12

svgWidth:

Width of the generated SVG. default: 740

avatarSize:

Size of user avatar. default: 24

avatarMargin:

Margin of user avatar. default: 5

userNameHeight:

Height of user name. default: 0

svgTemplate

Template to render SVG.

{{{ contributors }}} ">
<svg
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  version="1.1"
  width="{{ width }}"
  height="{{ contributorsHeight }}"
>
  <style>.contributor-link { cursor: pointer; }style>
  {{{ contributors }}}
svg>

Outputs

  • svg svg image string: .

Quick Start

$ npm install

$ npm run watch # Listen compile .ts files.
$ npm run build # compile .ts files.

Contributors

License

Licensed under the MIT License.

Comments
  • fix(deps): update dependency @actions/github to ~5.1.0

    fix(deps): update dependency @actions/github to ~5.1.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @actions/github (source) | ~5.0.0 -> ~5.1.0 | age | adoption | passing | confidence |


    Release Notes

    actions/toolkit

    v5.1.0

    • Add additionalPlugins parameter to getOctokit method #​1181
    • Dependency updates #​1180

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • fix(deps): update dependency @actions/core to ~1.10.0 [security]

    fix(deps): update dependency @actions/core to ~1.10.0 [security]

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @actions/core (source) | ~1.6.0 -> ~1.10.0 | age | adoption | passing | confidence |

    GitHub Vulnerability Alerts

    CVE-2022-35954

    Impact

    The core.exportVariable function uses a well known delimiter that attackers can use to break out of that specific variable and assign values to other arbitrary variables. Workflows that write untrusted values to the GITHUB_ENV file may cause the path or other environment variables to be modified without the intention of the workflow or action author.

    Patches

    Users should upgrade to @actions/core v1.9.1.

    Workarounds

    If you are unable to upgrade the @actions/core package, you can modify your action to ensure that any user input does not contain the delimiter _GitHubActionsFileCommandDelimeter_ before calling core.exportVariable.

    References

    More information about setting-an-environment-variable in workflows

    If you have any questions or comments about this advisory:


    Release Notes

    actions/toolkit

    v1.10.0

    • saveState and setOutput now use environment files if available #​1178
    • getMultilineInput now correctly trims whitespace by default #​1185

    v1.9.1

    • Randomize delimiter when calling core.exportVariable

    v1.9.0

    • Added toPosixPath, toWin32Path and toPlatformPath utilities #​1102

    v1.8.2

    • Update to v2.0.1 of @actions/http-client #​1087

    v1.8.1

    • Update to v2.0.0 of @actions/http-client

    v1.8.0

    v1.7.0


    Configuration

    📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update dependency lint-staged to v13

    chore(deps): update dependency lint-staged to v13

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | lint-staged | ~12.3.4 -> ~13.0.0 | age | adoption | passing | confidence |


    Release Notes

    okonet/lint-staged

    v13.0.3

    Compare Source

    Bug Fixes

    v13.0.2

    Compare Source

    Bug Fixes
    • use new --diff and --diff-filter options when checking task modifications (1a5a66a)

    v13.0.1

    Compare Source

    Bug Fixes
    • correct spelling of "0 files" (f27f1d4)
    • suppress error from process.kill when killing tasks on failure (f2c6bdd)
    • deps: update pidtree@^0.6.0 to fix screen size error in WSL (1a77e42)
    • ignore "No matching pid found" error (cb8a432)
    • prevent possible race condition when killing tasks on failure (bc92aff)
    Performance Improvements
    • use EventsEmitter instead of setInterval for killing tasks on failure (c508b46)

    v13.0.0

    Compare Source

    Bug Fixes
    • deps: update execa@^6.1.0 (659c85c)
    • deps: update yaml@^2.1.1 (2750a3d)
    Features
    • remove support for Node.js 12 (5fb6df9)
    BREAKING CHANGES
    • lint-staged will no longer support Node.js 12, which is EOL since 30 April 2022

    v12.5.0

    Compare Source

    Bug Fixes
    • include all files when using --config <path> (641d1c2)
    • skip backup stash when using the --diff option (d4da24d)
    Features
    • add --diff-filter option for overriding list of (staged) files (753ef72)
    • add --diff option for overriding list of (staged) files (35fcce9)

    v12.4.3

    Compare Source

    Bug Fixes

    v12.4.2

    Compare Source

    Bug Fixes
    • correctly handle --max-arg-length cli option (1db5f26)

    v12.4.1

    Compare Source

    Bug Fixes
    • correctly handle symlinked config files (b3f63ec)

    v12.4.0

    Compare Source

    Bug Fixes
    • handle empty input by returning empty array from parseGitZOutput (a118817)
    • limit configuration discovery to cwd (d8fdf1d)
    • restore functionality of parent globs for a single configuration file (877ab4c)
    Features
    • expose --max-arg-length cli option (e8291b0)

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update dependency husky to v8

    chore(deps): update dependency husky to v8

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | husky (source) | ~7.0.4 -> ~8.0.0 | age | adoption | passing | confidence |


    Release Notes

    typicode/husky

    v8.0.1

    Compare Source

    • fix: use POSIX equality operator

    v8.0.0

    Compare Source

    What's Changed

    Feats
    Fixes
    Docs
    Chore

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • fix(deps): update dependency @actions/core to ~1.9.0 - autoclosed

    fix(deps): update dependency @actions/core to ~1.9.0 - autoclosed

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @actions/core | ~1.6.0 -> ~1.9.0 | age | adoption | passing | confidence |


    Release Notes

    actions/toolkit

    v1.9.0

    • Added toPosixPath, toWin32Path and toPlatformPath utilities #​1102

    v1.8.2

    • Update to v2.0.1 of @actions/http-client #​1087

    v1.8.1

    • Update to v2.0.0 of @actions/http-client

    v1.8.0

    v1.7.0


    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update dependency lint-staged to ~12.5.0 - autoclosed

    chore(deps): update dependency lint-staged to ~12.5.0 - autoclosed

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | lint-staged | ~12.3.4 -> ~12.5.0 | age | adoption | passing | confidence |


    Release Notes

    okonet/lint-staged

    v12.5.0

    Compare Source

    Bug Fixes
    • include all files when using --config <path> (641d1c2)
    • skip backup stash when using the --diff option (d4da24d)
    Features
    • add --diff-filter option for overriding list of (staged) files (753ef72)
    • add --diff option for overriding list of (staged) files (35fcce9)

    v12.4.3

    Compare Source

    Bug Fixes

    v12.4.2

    Compare Source

    Bug Fixes
    • correctly handle --max-arg-length cli option (1db5f26)

    v12.4.1

    Compare Source

    Bug Fixes
    • correctly handle symlinked config files (b3f63ec)

    v12.4.0

    Compare Source

    Bug Fixes
    • handle empty input by returning empty array from parseGitZOutput (a118817)
    • limit configuration discovery to cwd (d8fdf1d)
    • restore functionality of parent globs for a single configuration file (877ab4c)
    Features
    • expose --max-arg-length cli option (e8291b0)

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency lint-staged to v12.3.5 - autoclosed

    Update dependency lint-staged to v12.3.5 - autoclosed

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | lint-staged | 12.3.4 -> 12.3.5 | age | adoption | passing | confidence |


    Release Notes

    okonet/lint-staged

    v12.3.5

    Compare Source

    Bug Fixes
    • search all configs regardless of staged files (4b605cd)

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency @kkt/ncc to v1.0.12 - autoclosed

    Update dependency @kkt/ncc to v1.0.12 - autoclosed

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @kkt/ncc (source) | 1.0.3 -> 1.0.12 | age | adoption | passing | confidence |


    Release Notes

    kktjs/ncc

    v1.0.12

    Compare Source

    npm version

    Documentation v1.0.12: https://raw.githack.com/kktjs/ncc/6c6b363/index.html
    Comparing Changes: https://github.com/kktjs/ncc/compare/v1.0.11...v1.0.12

    npm i @&#8203;kkt/[email protected]
    

    v1.0.11

    Compare Source

    npm version

    Documentation v1.0.11: https://raw.githack.com/kktjs/ncc/6c6b363/index.html
    Comparing Changes: https://github.com/kktjs/ncc/compare/v1.0.10...v1.0.11

    npm i @&#8203;kkt/[email protected]
    

    v1.0.10

    Compare Source

    npm version

    Documentation v1.0.10: https://raw.githack.com/kktjs/ncc/6c6b363/index.html
    Comparing Changes: https://github.com/kktjs/ncc/compare/v1.0.9...v1.0.10

    npm i @&#8203;kkt/[email protected]
    

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency @vercel/ncc to v0.33.3 - autoclosed

    Update dependency @vercel/ncc to v0.33.3 - autoclosed

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @vercel/ncc | 0.33.1 -> 0.33.3 | age | adoption | passing | confidence |


    Release Notes

    vercel/ncc

    v0.33.3

    Compare Source

    Patches
    • Fix: bump license-webpack-plugin: #​871
    • Chore(deps): bump follow-redirects from 1.14.7 to 1.14.8: #​870

    v0.33.2

    Compare Source

    Patches
    • Fix: use sha256 instead of deprecated md5 for hash algorithm: #​868
    • Fix: typo in build script: #​835
    • Chore(test) Add Node.js 16 to CI: #​801
    • Chore(deps): bump nodemailer from 6.5.0 to 6.7.2: #​833
    • Chore(deps-dev): bump terser from 5.7.1 to 5.10.0: #​840
    • Chore(deps-dev): bump passport from 0.4.1 to 0.5.2: #​839
    • Chore(deps-dev): bump sequelize from 6.6.5 to 6.12.4: #​843
    • Chore(deps-dev): bump analytics-node from 5.0.0 to 6.0.0: #​838
    • Chore(deps): bump follow-redirects from 1.14.5 to 1.14.7: #​846
    • Chore(deps): bump cached-path-relative from 1.0.2 to 1.1.0: #​854
    • Chore(deps-dev): bump license-webpack-plugin from 2.3.20 to 4.0.1: #​859
    • Chore(deps): bump simple-get from 3.1.0 to 3.1.1: #​864
    • Chore(deps-dev): bump aws-sdk from 2.1024.0 to 2.1068.0: #​867
    Credits

    Huge thanks to @​shakefu for helping!


    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency lint-staged to v12.3.4

    Update dependency lint-staged to v12.3.4

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | lint-staged | 12.3.1 -> 12.3.4 | age | adoption | passing | confidence |


    Release Notes

    okonet/lint-staged

    v12.3.4

    Compare Source

    Bug Fixes

    v12.3.3

    Compare Source

    Bug Fixes
    • use config directory as cwd, when multiple configs present (#​1091) (9a14e92)

    v12.3.2

    Compare Source

    Bug Fixes
    • handle symlinked .git directories (3a897ff)

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Update dependency lint-staged to v12.3.1

    Update dependency lint-staged to v12.3.1

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | lint-staged | 12.1.5 -> 12.3.1 | age | adoption | passing | confidence |


    Release Notes

    okonet/lint-staged

    v12.3.1

    Compare Source

    Bug Fixes
    • deps: update dependencies (f190fc3)

    v12.3.0

    Compare Source

    Features
    • add --cwd option for overriding task directory (62b5b83)

    v12.2.2

    Compare Source

    Bug Fixes
    • always search config from cwd first (4afcda5)

    v12.2.1

    Compare Source

    Bug Fixes
    • only throw if no configurations were found (36b9546)

    v12.2.0

    Compare Source

    Bug Fixes
    • make console task titles more explicit (1c94c27)
    Features
    • support multiple configuration files (90d1035)

    v12.1.7

    Compare Source

    Bug Fixes

    v12.1.6

    Compare Source

    Bug Fixes
    • always run non-git tasks in the current working directory (893f3d7)

    Configuration

    📅 Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 0
  • chore(deps): update dependency lint-staged to ~13.1.0

    chore(deps): update dependency lint-staged to ~13.1.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | lint-staged | ~13.0.0 -> ~13.1.0 | age | adoption | passing | confidence |


    Release Notes

    okonet/lint-staged

    v13.1.0

    Compare Source

    Features

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • fix(deps): update dependency image2uri to v2

    fix(deps): update dependency image2uri to v2

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | image2uri (source) | ~1.1.0 -> ~2.0.0 | age | adoption | passing | confidence |


    Release Notes

    jaywcjlove/image2uri

    v2.0.1

    Compare Source

    Documentation v2.0.1: https://raw.githack.com/jaywcjlove/idoc/d03f3b5/index.html
    Comparing Changes: https://github.com/jaywcjlove/image2uri/compare/v2.0.0...v2.0.1

    v2.0.0

    Compare Source

    Documentation v2.0.0: https://raw.githack.com/jaywcjlove/idoc/d3f1680/index.html
    Comparing Changes: https://github.com/jaywcjlove/image2uri/compare/v1.1.0...v2.0.0

    This package is ESM only: Node 12+ is needed to use it and it must be import instead of require.

    npm i image2uri
    
    const recursiveReaddirFiles = await import('image2uri');
    
    // Fix compiling in typescript.
    // https://github.com/microsoft/TypeScript/issues/43329#issuecomment-922544562
    const { getExt, recursiveReaddirFiles } = await (Function('return import("image2uri")')()) as Promise<typeof import("image2uri")>;
    

    Configuration

    📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    opened by renovate[bot] 0
  • Dependency Dashboard

    Dependency Dashboard

    This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

    Open

    These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

    Detected dependencies

    github-actions
    .github/workflows/ci.yml
    • actions/checkout v3
    • actions/setup-node v3
    • peaceiris/actions-gh-pages v3
    • ncipollo/release-action v1
    • peaceiris/actions-gh-pages v3
    npm
    package.json
    • @actions/core ~1.10.0
    • @actions/github ~5.1.0
    • image-size ~1.0.1
    • image2uri ~1.1.0
    • @kkt/ncc ~1.0.12
    • husky ~8.0.0
    • lint-staged ~13.0.0

    • [ ] Check this box to trigger a request for Renovate to run again on this repository
    opened by renovate[bot] 0
Releases(v1.3.4)
  • v1.3.4(Nov 17, 2022)

    Documentation v1.3.4: https://raw.githack.com/jaywcjlove/github-action-contributors/1623c35/index.html
    Comparing Changes: https://github.com/jaywcjlove/github-action-contributors/compare/v1.3.3...v1.3.4

    • 💄 chore: update output log. 286560e @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: xxxxxxx
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.3.3(Nov 17, 2022)

    Documentation v1.3.3: https://raw.githack.com/jaywcjlove/github-action-contributors/1623c35/index.html
    Comparing Changes: https://github.com/jaywcjlove/github-action-contributors/compare/v1.3.2...v1.3.3

    • 💄 chore: update output log. f7f9c6e @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: xxxxxxx
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.3.2(Nov 17, 2022)

    Documentation v1.3.2: https://raw.githack.com/jaywcjlove/github-action-contributors/1623c35/index.html
    Comparing Changes: https://github.com/jaywcjlove/github-action-contributors/compare/v1.3.1...v1.3.2

    • 📖 doc: modify README.md. e28b6ca @github-actions-bot
    • 📖 doc: modify README.md. 7ef14d7 @github-actions-bot
    • 📖 doc: modify README.md. 83bc102 @github-actions-bot
    • 📖 doc: modify README.md. 00facae @github-actions-bot
    • 📖 doc: modify README.md. 433a0b5 @github-actions-bot
    • 🐞 fix: fix count default value issue. 9198b5d @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: xxxxxxx
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.3.1(Nov 12, 2022)

    Documentation v1.3.1: https://raw.githack.com/jaywcjlove/github-action-contributors/2d0be13/index.html
    Comparing Changes: https://github.com/jaywcjlove/github-action-contributors/compare/v1.3.0...v1.3.1

    • 💄 chore: update template. 665815b @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: xxxxxxx
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.3.0(Nov 12, 2022)

    Documentation v1.3.0: https://raw.githack.com/jaywcjlove/github-action-contributors/2d0be13/index.html
    Comparing Changes: https://github.com/jaywcjlove/github-action-contributors/compare/v1.2.0...v1.3.0

    • 🌟 feat: add collaborators user output. 31a5641 @jaywcjlove
    • 💄 chore: add collaborators example. a6326c4 @jaywcjlove
    • 📖 doc: modify README.md. 0b07cdd @github-actions-bot
    • 📖 doc: modify README.md. dbe5ffc @github-actions-bot
    • 🐞 fix: Fix htmlCollaboratorsListBots outputs issue. e0a5fde @jaywcjlove
    • 📖 doc: modify README.md. 4c06dc8 @github-actions-bot
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: xxxxxxx
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.2.0(Nov 12, 2022)

    Documentation v1.2.0: https://raw.githack.com/jaywcjlove/github-action-contributors/e010545/index.html
    Comparing Changes: https://github.com/jaywcjlove/github-action-contributors/compare/v1.1.0...v1.2.0

    • 📖 doc: modify README.md. 71cb442 @github-actions-bot
    • 🌟 feat: add excludeBots, htmlTableBots, htmlListBots. 2eb5116 @jaywcjlove
    • 📖 doc: modify README.md. 16bf437 @github-actions-bot
    • 📖 doc: modify README.md. 6fb5441 @github-actions-bot
    • 📖 doc: modify README.md. 4169757 @github-actions-bot
    • 📖 doc: modify README.md. 7b8c4ce @github-actions-bot
    • 🐞 fix: fix nickename display issue. ffd63d9 @jaywcjlove
    • 📖 doc: modify README.md. 2d22d83 @github-actions-bot
    • 📖 doc: modify README.md. b7bc779 @github-actions-bot
    • 📖 doc: modify README.md. af106b1 @github-actions-bot
    • 📖 doc: update README.md 0f4b3b3 @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: xxxxxxx
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.1.0(Nov 12, 2022)

    Documentation v1.1.0: https://raw.githack.com/jaywcjlove/github-action-contributors/8099207/index.html
    Comparing Changes: https://github.com/jaywcjlove/github-action-contributors/compare/v1.0.7...v1.1.0

    • 📖 doc: Update README.md f5639e9 @jaywcjlove
    • 🌟 feat: add htmlTable & htmlList output. aea3666 @jaywcjlove
    • 💄 chore: add husky script. 28c00d8 @jaywcjlove
    • 📖 doc: modify README.md. f459568 @github-actions-bot
    • 🐞 fix: fix html string issue. 8f7d352 @jaywcjlove
    • 📖 doc: modify README.md. 11dfb20 @github-actions-bot
    • 💄 chore: update workflows config. b8b2fba @jaywcjlove
    • 📖 doc: modify README.md. 47dbe49 @github-actions-bot
    • 🐞 fix: fix html string issue. 7a9863f @jaywcjlove
    • 📖 doc: modify README.md. 2cee36d @github-actions-bot
    • 🐞 fix: fix htmlTable issue. c3d2507 @jaywcjlove
    • 📖 doc: modify README.md. f090316 @github-actions-bot
    • 💄 chore: update workflows config. c817e65 @jaywcjlove
    • 📖 doc: modify README.md. 0a633be @github-actions-bot
    • 📖 doc: modify README.md. 158f762 @github-actions-bot
    • 🐞 fix: fix htmlList issue. 8b4ccd6 @jaywcjlove
    • 📖 doc: modify README.md. e016b12 @github-actions-bot
    • 📖 doc: modify README.md. d14c988 @github-actions-bot
    • 📖 doc: fix htmlList example error. af90e96 @jaywcjlove
    • 💄 chore: update workflows config. 9ddb276 @jaywcjlove
    • 📖 doc: Update README.md ccdda2b @jaywcjlove
    • 📖 doc: Update README.md eec04d2 @jaywcjlove
    • 📖 doc: modify README.md. 668cfda @github-actions-bot
    • 🐞 fix: fix htmlList isssue. cb71f26 @jaywcjlove
    • 📖 doc: modify README.md. 9c63a1e @github-actions-bot
    • 💄 chore: modify html format. a65c461 @jaywcjlove
    • 💄 chore: modify html format. 7acb134 @jaywcjlove
    • 📖 doc: Update README.md 4e9e8f9 @jaywcjlove
    • 📖 doc: modify README.md. 588510f @github-actions-bot
    • 🌟 feat: add hideName inputs. f0b0bb3 @jaywcjlove
    • 📖 doc: modify README.md. 4b1cf95 @github-actions-bot
    • 📖 doc: modify README.md. 7541546 @github-actions-bot
    • 💄 chore: udpate workflows config. 83973d0 @jaywcjlove
    • 🐞 fix: fix filterAuthor input issue. 514be78 @jaywcjlove
    • 📖 doc: modify README.md. 827c589 @github-actions-bot
    • 📖 doc: update README.md d984c42 @jaywcjlove
    • 📖 doc: update README.md ae4c339 @jaywcjlove
    • 📖 doc: modify README.md. cf6c242 @github-actions-bot
    • 💄 chore: workflows config. 2d703d0 @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: xxxxxxx
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.0.7(Oct 13, 2022)

    Documentation v1.0.7: https://raw.githack.com/jaywcjlove/github-action-contributors/bddb114/index.html
    Comparing Changes: https://github.com/jaywcjlove/github-action-contributors/compare/v1.0.6...v1.0.7

    • 📖 doc: Update README.md b30c95a @jaywcjlove
    • 💄 chore: update workflows config. bf8a61f @jaywcjlove
    • 💄 chore: update renovate.json c807a6a @jaywcjlove
    • 💄 chore: update .husky/pre-commit 5f11642 @jaywcjlove
    • 📖 doc: Update README.md a93362e @jaywcjlove
    • 💄 chore: update workflows config. cb4f7b9 @jaywcjlove
    • 💄 chore: update workflows config. c5151a9 @jaywcjlove
    • 📖 doc: Update README.md 397780f @jaywcjlove
    • 📖 doc: Update README.md e0829f5 @jaywcjlove
    • 💄 chore: update to node16. 360b1da @jaywcjlove
    • 🐞 fix(deps): update dependency @actions/github to ~5.1.0 (#15) e00bfd1 @renovate-bot
    • 🐞 fix(deps): update dependency @actions/core to ~1.10.0 [security] (#14) de5f8e0 @renovate-bot
    • 💄 chore(deps): update dependency husky to v8 (#12) 3b70b1a @renovate-bot
    • 💄 chore: replace deprecated npx --no-install option with npx --no. 9b2e62c @jaywcjlove
    • 💄 chore(deps): update dependency lint-staged to v13 (#13) 03bc271 @renovate-bot
    • 💄 chore: update action default value error. 573f0b3 @jaywcjlove
    • 💄 chore: update workflows config. db75cca @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: xxxxxxx
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.0.6(Feb 23, 2022)

    https://github.com/jaywcjlove/github-action-contributors/compare/v1.0.5...v1.0.6

    • 💄 chore: update .github/workflows/ci.yml ce8ba1d @jaywcjlove
    • 📖 doc: Update README.md 4883eca @jaywcjlove
    • 📖 doc: Update README.md cb3bae0 @jaywcjlove
    • 💄 chore: replace @vercel/ncc => @kkt/ncc. 0eb80af @jaywcjlove
    • 📄 Update dependency lint-staged to v12.3.4 (#5) 3389055 @renovate-bot
    • 💄 chore: update workflow config. be0f47b @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: xxxxxxx
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.0.5(Feb 14, 2022)

    https://github.com/jaywcjlove/github-action-contributors/compare/v1.0.4...v1.0.5

    • 📖 doc: Update README.md caf8732 @jaywcjlove
    • 📖 doc: Update README.md 77201b2 @jaywcjlove
    • 📖 doc: Update README.md ab9d526 @jaywcjlove
    • 💄 chore: Add log. e912e4d @jaywcjlove
    • 💄 chore: add request header log. 02ad114 @jaywcjlove
    • 🐞 fix: Fix entries returned by data. e751c3f @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: ghs_fD7qVDJ6ZrUqC3qI7jc965F7yppzED283Gn9
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: ghs_fD7qVDJ6ZrUqC3qI7jc965F7yppzED283Gn9
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.0.4(Jan 26, 2022)

    https://github.com/jaywcjlove/github-action-contributors/compare/v1.0.3...v1.0.4

    • 📖 doc: Update README.md 76e3d36 @jaywcjlove
    • 📖 doc: Update README.md 01d9b85 @jaywcjlove
    • 🐞 fix: Fix Inputs filter-author errors. e90d9bd @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: ghs_10nPPUZFKrFiH7tecogIe3mEHlTfPU0xRVRs
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: ghs_10nPPUZFKrFiH7tecogIe3mEHlTfPU0xRVRs
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.0.3(Jan 26, 2022)

    https://github.com/jaywcjlove/github-action-contributors/compare/v1.0.2...v1.0.3

    • 🐞 fix: Fix package load issue. 70f4e71 @jaywcjlove
    • 🐞 fix: Fix build lib issue. 4dd2d7c @jaywcjlove
    • 💄 chore(deps): Update dependency lint-staged to v12.3.1 (#4) 3635c11 @renovate-bot
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: ghs_yyB1B8wYKadDHx1EZIjmEVrNrsQIEw3X0qfZ
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: ghs_yyB1B8wYKadDHx1EZIjmEVrNrsQIEw3X0qfZ
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.0.2(Jan 26, 2022)

    https://github.com/jaywcjlove/github-action-contributors/compare/v1.0.1...v1.0.2

    • 💄 chore: update .github/workflows/ci.yml c451320 @jaywcjlove
    • 💄 chore: add lib folder. a6afca5 @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: ghs_kPVysSjA4fGetyRCv4cAg9yh35VQhE3SErzB
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: ghs_kPVysSjA4fGetyRCv4cAg9yh35VQhE3SErzB
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.0.1(Jan 26, 2022)

    https://github.com/jaywcjlove/github-action-contributors/compare/v1.0.0...v1.0.1

    • 📖 doc: Update README.md bb86ee6 @jaywcjlove
    • 📖 doc: Update README.md b69c8c6 @jaywcjlove
    • 💄 chore: update .github/workflows/ci.yml 2e843eb @jaywcjlove
    • 📖 doc: Update README.md c7641fd @jaywcjlove
    • 🌟 feat: add console log. 4068222 @jaywcjlove
    • 🌟 feat: add console log 8d93fe8 @jaywcjlove
    • 💄 chore: update .github/workflows/ci.yml 8d65cb1 @jaywcjlove
    • 📖 doc: Fix example errors. bc5f0be @jaywcjlove
    • 🌟 feat: add console log f03945a @jaywcjlove
    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: ${{ secrets.GITHUB_TOKEN }}
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
  • v1.0.0(Jan 26, 2022)

    - run: mkdir -p build
    - name: Generate Contributors Images
      uses: jaywcjlove/github-action-contributors@main
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        filter-author: renovate\[bot\]
        output: build/CONTRIBUTORS.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: ${{ secrets.GITHUB_TOKEN }}
        publish_dir: ./build
    
    Source code(tar.gz)
    Source code(zip)
Owner
小弟调调™
(͡·̮̃·̃) 如今撸码,像是早上起来需要刷牙一样的习惯。
小弟调调™
A small npm package that generates pretty identicons from string input.

HashprintJS HashprintJS is a small npm package written in TypeScript that generates customizable identicons. Provide a username, wallet address, IP ad

Nuno David 3 Mar 25, 2022
Generate an image of all your Github contributions

GitHub Contribution Chart Generator Generates an image of all your GitHub contributions since you have signed up, so you can use it in social media. T

Sallar 4.3k Jan 2, 2023
Chart.js plugin to display labels on data elements

Overview Highly customizable Chart.js plugin that displays labels on data for any type of charts. Requires Chart.js 3.x. Documentation Introduction Ge

Chart.js 753 Dec 24, 2022
Dynamic HTML5 visualization

Envision.js Fast interactive HTML5 charts. http://groups.google.com/group/envisionjs/ Features Modern Browsers, IE 6+ Mobile / Touch Support Pre-built

HumbleSoftware 1.6k Dec 3, 2022
GreetHub - Dynamic greeting for your readme profile 😍😍

GreetHub - Dynamic greeting for your readme profile ????

Sandip Chaudhary 4 Oct 27, 2022
An open-source visualization library specialized for authoring charts that facilitate data storytelling with a high-level action-driven grammar.

Narrative Chart Introduction Narrative Chart is an open-source visualization library specialized for authoring charts that facilitate data storytellin

Narrative Chart 45 Nov 2, 2022
Grab the color palette from an image using just Javascript. Works in the browser and in Node.

Color Thief Grab the color palette from an image using just Javascript.Works in the browser and in Node. View the demo page for examples, API docs, an

Lokesh Dhakar 11.2k Dec 30, 2022
🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.

Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters. Packages toast-ui.image-editor - Plain JavaScript compo

NHN 5.7k Jan 6, 2023
Chart image and QR code web API

QuickChart QuickChart is a service that generates images of charts from a URL. Because these charts are simple images, they are very easy to embed in

Ian Webster 1.3k Dec 25, 2022
🏔 Image recognition for nextcloud

Nextcloud Recognize Image recognition for Nextcloud This app goes through your photo collection and adds fitting tags, automatically categorizing your

Marcel Klehr 244 Jan 2, 2023
📸 Generate image using HTML5 canvas and SVG

egami → image README | 中文文档 Generate image using HTML5 canvas and SVG Fork from html-to-image Installation pnpm pnpm add egami npm npm i egami Usage i

weng 12 Jan 3, 2023
⚠️ This project is not maintained anymore! Please go to https://github.com/visjs

vis.js (deprecated!) ❗ This project is not maintained anymore! (See Issue #4259 for details) We welcome you to use the libraries from the visjs commun

null 7.9k Dec 27, 2022
A visualization grammar. Moved to: https://github.com/vega/vega

Vega: A Visualization Grammar Vega is a visualization grammar, a declarative format for creating and saving interactive visualization designs. With Ve

Trifacta Inc. 29 Dec 30, 2022
Extend GitHub pages with support for LaTeX, plotly, etc.

Extend GitHub pages with support for LaTeX, plotly, etc. xhub is a browser extension for Google Chrome that lets you use various add-ons on GitHub REA

Nico Schlömer 71 Dec 11, 2022
A web application to 🔍inspect your GitHub Profile Stats📊 in a lucid way. Visualization made easy with Charts💡🚀

know-your-gitstats A web application to ?? inspect your GitHub Profile Stats ?? in a lucid way. Visualization made easy with Charts ?? ?? . ✅ Features

Shubham Jadhav 46 Oct 15, 2022
A curated list of tools that can be used for creating interactive mathematical explorables.

A curated list of tools that can be used for creating interactive mathematical explorables.

Nikola Ubavić 75 Dec 22, 2022
This GitHub action activates when a contributor raises a PR. It comments and reacts to the PR. Moreover, assigns the PR to the author.

This GitHub action activates when a contributor raises a PR. It comments and reacts to the PR. Moreover, assigns the PR to the author.

Ankur 9 Oct 1, 2022
Piccloud is a full-stack (Angular & Spring Boot) online image clipboard that lets you share images over the internet by generating a unique URL. Others can access the image via this URL.

Piccloud Piccloud is a full-stack application built with Angular & Spring Boot. It is an online image clipboard that lets you share images over the in

Olayinka Atobiloye 3 Dec 15, 2022
Backend API Rest application for ShortLink, a URL shortening service where you enter a valid URL and get back an encoded URL

ShortLink - The Shortest URL (API) Sobre o Projeto | Como Usar | Importante! Sobre o projeto The Shortest URL é um projeto back-end de ShortLink, um s

Bruno Weber 2 Mar 22, 2022
Get dynamically generated your github contributor stats on your READMEs!

GitHub Readme Contributor Stats Get dynamically generated your github contributor stats on your READMEs! Features GitHub Contributor Stats Card Themes

Taehyun Hwang 20 Dec 11, 2022