Create a badge using GitHub Actions and GitHub Workflow CPU time

Overview

Generated Badges

Build & Deploy npm version

Create a badge using GitHub Actions and GitHub Workflow CPU time (no 3rd parties servers)

Install

$ npm i generated-badges -g

Command Help

Usage: generated-badges [options] [--help|h]

Options:

  --version, -v   Show version number.
  --help, -h      Displays help information.
  --output, -o    Output svg image path.
  --label, -l     The left label of the badge, usually static.
  --labelColor    <Color RGB> or <Color Name> (default: '555')
  --style         Badges style: flat, classic.
  --status, -s    Override default status text.
  --scale         Set badge scale (default: 1).
  --color, -c     <Color RGB> or <Color Name> (default: 'blue').'
  --gradient, -g  Adding a gradient to a badge.'

Example:

  generated-badges --output coverage/badges.svg
  generated-badges --style classic
  generated-badges --color red
  generated-badges --gradient c05cff --gradient fa5b37

Github Actions

- run: mkdir -p build

- name: Generate Badges
  uses: jaywcjlove/generated-badges@main
  with:
    label: color
    status: cyan
    output: build/cyan.svg

- name: Deploy
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: xxxxxxx
    publish_dir: ./build

Available color names:

blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges gradient badges

Input Parameters

  • label - The left label of the badge, usually static. (default :label)
  • status - The right status as the badge, usually based on results. (default :status)
  • style - Badges style: flat, classic. (default classic)
  • color - An array (comma separated) with hex or named colors of the badge value background. (default blue)
  • labelColor - Hex or named color for the label. (default 555)
  • output - Output image path. (default BADGES.svg)
  • scale - Set badge scale. (default 1)
  • gradient - Adding a gradient to a badge. (example c05cff,fa5b37)

Output Parameters

  • svg svg image string: .

Related

Contributors

As always, thanks to our amazing contributors!

Made with github-action-contributors.

License

Licensed under the MIT License.

Comments
  • Bug report: cli not working

    Bug report: cli not working

    Hi, I'm trying with the cli but seems the bin command is not specified:

    npm i -g generated-badges
    generated-badges ...
    >> command not found: generated-badges
    

    If I try to modify this line (adding .js extension), and npm link in the cloned repo, it works:

      "bin": {
    -    "generated-badges": "lib/bin",
    +    "generated-badges": "lib/bin.js",
    -    "generated-badges-cli": "lib/bin"
    +    "generated-badges-cli": "lib/bin.js"
      },
    

    Btw, the entire lib directory is not published since 1.0.1

    https://unpkg.com/browse/[email protected]/ https://unpkg.com/browse/[email protected]/

    What node package manager are you using? I've tried both npm and pnpm and got the problem above

    opened by fritx 10
  • chore(deps): update dependency @actions/core to ~1.10.0 [security]

    chore(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.5 -> ~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
  • chore(deps): update dependency @actions/core to ~1.9.0 - autoclosed

    chore(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.5 -> ~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 @kkt/ncc to v1.0.9

    Update dependency @kkt/ncc to v1.0.9

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @kkt/ncc | 1.0.3 -> 1.0.9 | age | adoption | passing | confidence |


    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.3

    Update dependency @kkt/ncc to v1.0.3

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @kkt/ncc | 1.0.2 -> 1.0.3 | age | adoption | passing | confidence |


    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 fs-extra to v10.0.1 - autoclosed

    Update dependency fs-extra to v10.0.1 - autoclosed

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | fs-extra | 10.0.0 -> 10.0.1 | age | adoption | passing | confidence |


    Release Notes

    jprichardson/node-fs-extra

    v10.0.1

    Compare Source

    • Add sideEffects: false to package.json (#​941)

    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.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.1 -> 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)

    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 @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
  • 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 fs-extra to v11

    fix(deps): update dependency fs-extra to v11

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | fs-extra | ~10.0.1 -> ~11.1.0 | age | adoption | passing | confidence |


    Release Notes

    jprichardson/node-fs-extra

    v11.1.0

    Compare Source

    • Re-add main field to package.json for better TypeScript compatibility (#​979, #​981)

    v11.0.0

    Compare Source

    Breaking Changes
    • Don't allow requiring fs-extra/lib/SOMETHING (switched to exports) (#​974)
    • Require Node v14.14+ (#​968, #​969)
    New Features
    • Add fs-extra/esm for ESM named export support; see docs for details (#​746, #​974)
    • Add promise support for fs.readv() (#​970)
    Bugfixes

    v10.1.0

    Compare Source

    • Warn if fs.realpath.native does not exist, instead of erroring (#​953)
    • Allow explicitly passing undefined options to move() (#​947, #​955)
    • Use process.emitWarning instead of console.warn (#​954)

    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 fs-extra to ~10.1.0

    fix(deps): update dependency fs-extra to ~10.1.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | fs-extra | ~10.0.1 -> ~10.1.0 | age | adoption | passing | confidence |


    Release Notes

    jprichardson/node-fs-extra

    v10.1.0

    Compare Source

    • Warn if fs.realpath.native does not exist, instead of erroring (#​953)
    • Allow explicitly passing undefined options to move() (#​947, #​955)
    • Use process.emitWarning instead of console.warn (#​954)

    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.

    Other Branches

    These updates are pending. To force PRs open, click the checkbox below.

    • [ ] chore(deps): update actions/checkout action to v3
    • [ ] chore(deps): update actions/setup-node action to v3

    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 v2
    • actions/setup-node v2
    • peaceiris/actions-gh-pages v3
    • ncipollo/release-action v1
    • peaceiris/actions-gh-pages v3
    • JS-DevTools/npm-publish v1
    npm
    package.json
    • @types/minimist ~1.2.2
    • @types/fs-extra ~9.0.13
    • fs-extra ~10.0.1
    • minimist ~1.2.5
    • badgen ~3.2.2
    • @actions/core ~1.10.0
    • @kkt/ncc ~1.0.9
    • husky ~8.0.0
    • lint-staged ~13.0.0
    • tsbb ^3.7.0

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

    Documentation v1.0.9: https://raw.githack.com/uiwjs/react-codemirror/77c1330/index.html
    Comparing Changes: https://github.com/jaywcjlove/generated-badges/compare/v1.0.8...v1.0.9

    • 💄 chore: update workflows config. (#15) 0848c95 @jaywcjlove
    • 💄 chore: update workflows config. 9ea007e @jaywcjlove
    • 💄 chore: update workflows config. c5bf502 @jaywcjlove
    - run: mkdir -p build
    
    - name: Generate Badges
      uses: jaywcjlove/generated-badges@main
      with:
        label: color
        status: cyan
        output: build/cyan.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    

    blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges gradient badges

    Source code(tar.gz)
    Source code(zip)
  • v1.0.8(Oct 21, 2022)

    Documentation v1.0.8: https://raw.githack.com/uiwjs/react-codemirror/77c1330/index.html
    Comparing Changes: https://github.com/jaywcjlove/generated-badges/compare/v1.0.7...v1.0.8

    • 🐞 fix: fix some bugs (#15) b3887fc @jaywcjlove
    - run: mkdir -p build
    
    - name: Generate Badges
      uses: jaywcjlove/generated-badges@main
      with:
        label: color
        status: cyan
        output: build/cyan.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    

    blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges gradient badges

    Source code(tar.gz)
    Source code(zip)
  • v1.0.7(Oct 21, 2022)

    Documentation v1.0.7: https://raw.githack.com/uiwjs/react-codemirror/77c1330/index.html
    Comparing Changes: https://github.com/jaywcjlove/generated-badges/compare/v1.0.6...v1.0.7

    • 🐞 fix: fix(#15) cli not working. ef89e42 @jaywcjlove
    - run: mkdir -p build
    
    - name: Generate Badges
      uses: jaywcjlove/generated-badges@main
      with:
        label: color
        status: cyan
        output: build/cyan.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    

    blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges gradient badges

    Source code(tar.gz)
    Source code(zip)
  • v1.0.6(Oct 13, 2022)

    Documentation v1.0.6: https://raw.githack.com/uiwjs/react-codemirror/77c1330/index.html
    Comparing Changes: https://github.com/jaywcjlove/generated-badges/compare/v1.0.5...v1.0.6

    • 💄 chore(deps): Update dependency @kkt/ncc to v1.0.9 (#8) 988d877 @renovate-bot
    • 💄 chore: Update renovate.json 23d1dff @jaywcjlove
    • 💄 chore: update workflows config. 71e0ef7 @jaywcjlove
    • 💄 chore: Update pre-commit dbae8a4 @jaywcjlove
    • 💄 chore: udpate .husky/pre-commit 8fd9a59 @jaywcjlove
    • 💄 chore: update to node16. fb61225 @jaywcjlove
    • 💄 chore(deps): update dependency lint-staged to v13 (#13) 8d157e5 @renovate-bot
    • 💄 chore(deps): update dependency @actions/core to ~1.10.0 [security] (#14) 1119755 @renovate-bot
    • 💄 chore(deps): update dependency husky to v8 (#12) da8ff1b @renovate-bot
    • 💄 chore: update husky config. (#12) 9b6c548 @jaywcjlove
    - run: mkdir -p build
    
    - name: Generate Badges
      uses: jaywcjlove/generated-badges@main
      with:
        label: color
        status: cyan
        output: build/cyan.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    

    blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges gradient badges

    Source code(tar.gz)
    Source code(zip)
  • v1.0.5(Feb 23, 2022)

    https://github.com/jaywcjlove/generated-badges/compare/v1.0.4...v1.0.5

    • 💄 chore: update workflows config. 23dc7ec @jaywcjlove
    • 💄 chore: replace @vercel/ncc => @kkt/ncc. 7305d85 @jaywcjlove
    • 💄 chore: update workflows config. 44d7aef @jaywcjlove
    • 💄 chore(deps): Update dependency @kkt/ncc to v1.0.3 (#7) f2bcb48 @renovate-bot
    • 💄 chore: update workflows config. e3632f4 @jaywcjlove
    • 💄 chore: update workflows config. b1f3e4c @jaywcjlove
    • 📖 doc: Update README.md f72b294 @jaywcjlove
    • 🐞 fix: Fix failed output errors. 2fbae14 @jaywcjlove
    - run: mkdir -p build
    
    - name: Generate Badges
      uses: jaywcjlove/generated-badges@main
      with:
        label: color
        status: cyan
        output: build/cyan.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    

    blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges gradient badges

    Source code(tar.gz)
    Source code(zip)
  • v1.0.4(Feb 21, 2022)

    https://github.com/jaywcjlove/generated-badges/compare/v1.0.3...v1.0.4

    • 📖 doc: Update README.md 6834741 @jaywcjlove
    • 💄 chore: update workflows config. b606cba @jaywcjlove
    • 🐞 fix: Fix color/gradient options issue. e21c59d @jaywcjlove
    - run: mkdir -p build
    
    - name: Generate Badges
      uses: jaywcjlove/generated-badges@main
      with:
        label: color
        status: cyan
        output: build/cyan.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    

    blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges gradient badges

    Source code(tar.gz)
    Source code(zip)
  • v1.0.3(Feb 21, 2022)

    https://github.com/jaywcjlove/generated-badges/compare/v1.0.2...v1.0.3

    • 💄 chore: update command help. a90206c @jaywcjlove
    • 💄 chore: update workflow config. 70f2da4 @jaywcjlove
    • 💄 chore: output input log. 28b48ac @jaywcjlove
    • 💄 chore: update workflow config. 0efb6a4 @jaywcjlove
    • 📖 doc: Update README.md 9125dec @jaywcjlove
    • 🐞 fix: Fix input options log errors. f48196c @jaywcjlove
    • 🐞 fix: Fix input options log errors. 64cba4e @jaywcjlove
    • 🌟 feat: Add gradient input parameters. 41043b7 @jaywcjlove
    • 🌟 feat: Add gradient input parameters. 158e3ca @jaywcjlove
    • 💄 chore: update workflow config. baaf1a9 @jaywcjlove
    • 💄 chore: update workflow config. 67aa4d9 @jaywcjlove
    • 🌟 feat: add log. 328b9c2 @jaywcjlove
    • 💄 chore: update husky script. afd3545 @jaywcjlove
    • 🐞 fix: Fix gradient options issue. 4b71de9 @jaywcjlove
    • 💄 chore: update workflow config. 7f6e0e7 @jaywcjlove
    - run: mkdir -p build
    
    - name: Generate Badges
      uses: jaywcjlove/generated-badges@main
      with:
        label: color
        status: cyan
        output: build/cyan.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    

    blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges

    Source code(tar.gz)
    Source code(zip)
  • v1.0.2(Feb 21, 2022)

    https://github.com/jaywcjlove/generated-badges/compare/v1.0.1...v1.0.2

    • 📄 Add renovate.json (#1) c0f0f2f @renovate-bot
    • 💄 chore: update workflow config. 9f8f061 @jaywcjlove
    • 💄 chore: update workflow config. d992531 @jaywcjlove
    • 💄 chore: update workflow config. 1bf6e2f @jaywcjlove
    • 💄 chore: update workflow config. e4f93a1 @jaywcjlove
    • 📖 doc: Update README.md e846e3e @jaywcjlove
    - run: mkdir -p build
    
    - name: Generate Badges
      uses: jaywcjlove/generated-badges@main
      with:
        label: color
        status: cyan
        output: build/cyan.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    

    blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges

    Source code(tar.gz)
    Source code(zip)
  • v1.0.1(Feb 21, 2022)

    https://github.com/jaywcjlove/generated-badges/compare/v1.0.0...v1.0.1

    • 💄 chore: add github workflows config. 2a9ff2d @jaywcjlove
    • 📖 doc: Update README.md fc223af @jaywcjlove
    • 📖 doc: Update README.md 13aa96e @jaywcjlove
    • 💄 chore: update workflow config. 8016b75 @jaywcjlove
    • 📄 Add renovate.json ef6744f @renovate-bot
    - run: mkdir -p build
    
    - name: Generate Badges
      uses: jaywcjlove/generated-badges@main
      with:
        label: color
        status: cyan
        output: build/cyan.svg
    
    - name: Deploy
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: xxxxxxx
        publish_dir: ./build
    

    blue badges cyan badges green badges yellow badges red badges pink badges purple badges grey badges black badges

    Source code(tar.gz)
    Source code(zip)
Owner
小弟调调™
(͡·̮̃·̃) 如今撸码,像是早上起来需要刷牙一样的习惯。
小弟调调™
Show a helpful summary of test results in GitHub Actions CI/CD workflow runs

Test Summary Produce an easy-to-read summary of your project's test data as part of your GitHub Actions CI/CD workflow. This helps you understand at-a

Test Summary 293 Jan 2, 2023
Deploy an Architect project from GitHub Actions with keys gathered from aws-actions/configure-aws-credentials

Deploy an Architect project from GitHub Actions with keys gathered from a specific AWS IAM Role federated by an IAM OIDCProvider. CloudFormation to cr

Taylor Beseda 4 Apr 6, 2022
Workflow to re-trigger workflow of all open PRs when base updates

Workflow to re-trigger workflow of all open PRs when base updates

James Tan 4 Aug 28, 2022
Github action to collect metrics (CPU, memory, I/O, etc ...) from your workflows to help you debug and optimize your CI/CD pipeline

workflow-telemetry-action A GitHub Action to track and monitor the resource metrics of your GitHub Action workflow runs. If the run is triggered via a

Thundra 32 Dec 30, 2022
Michael Schneider 4 Oct 26, 2022
UAParser.js - Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment.

UAParser.js JavaScript library to detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data with relatively small footprint (~17KB m

Faisal Salman 7.4k Jan 4, 2023
WhyProfiler is a CPU profiler for Jupyter notebook that not only identifies hotspots but can suggest faster alternatives.

Introduction WhyProfiler is a CPU profiler for Jupyter notebook that not only identifies hotspots but can suggest faster alternatives. It is powered b

Robusta 44 Dec 5, 2022
A Docusaurus website deployed to GitHub Pages using GitHub Actions.

Deploy Docusaurus website to GitHub Pages using GitHub Actions This repository is an example of deploying a Docusaurus website to GitHub Pages using G

Lars Gyrup Brink Nielsen 18 Dec 26, 2022
Create deployment files and configure GitHub Actions workflows to deploy applications to Azure Kubernetes Service (AKS).

Azure Kubernetes Service (AKS) DevX (Developer experience) Extension for Visual Studio Code (Preview) The AKS DevX extension for Visual Studio Code (P

Microsoft Azure 11 Oct 1, 2022
JOSE ZEPEDA 10 Nov 18, 2022
Assume AWS IAM Roles using SAML.to in GitHub Actions

assume-aws-role-action This action enables workflows to obtain AWS Access Credentials for a desired IAM Role using AWS IAM SAML and a GitHub Actions R

null 180 Dec 31, 2022
A custom action for setting GitHub Workflow environment variables with YAML configuration files.

yaml-env-action - A custom action for setting GitHub Workflow environment variables with YAML configuration files. Introduction yaml-env-action is a c

Piper Dougherty 3 Dec 13, 2022
A visual helper in vscode to use github's workflow 'hubflow'

vscode-hubflow README This is the README for your extension "vscode-hubflow". After writing up a brief description, we recommend including the followi

Jannik Ramrath 1 Feb 7, 2022
Re-run failed GitHub Workflow runs on PRs by commenting "/retest".

Retest GitHub Action If you run GitHub Actions Workflows on your PRs, install this action to re-run failed workflow runs for the latest commit by comm

JP Simard 5 Aug 24, 2022
Magically create forms + actions in Remix!

Welcome to Remix Forms! This repository contains the Remix Forms source code. We're just getting started and the APIs are unstable, so we appreciate y

Seasoned 321 Dec 29, 2022
Github Actions and Workflows that make maintaining Magento2 projects and modules easier.

Magento 2 GitHub Actions Opinionated Github Actions and Workflows to make building, testing, and maintaining Magento 2 Modules easier. README if you a

Graycore, LLC 35 Dec 21, 2022
Fullstack Turborepo starter. Typescript, Nestjs, Nextjs, Tailwind, Prisma, Github Actions, Docker, And Reverse proxy configured

Turborepo (NestJS + Prisma + NextJS + Tailwind + Typescript + Jest) Starter This is fullstack turborepo starter. It comes with the following features.

Ejaz Ahmed 132 Jan 9, 2023
SEE-EYE is a collection of useful Github actions and workflows used to build CI pipelines for TypeScript applications

SEA-EYE ?? No frils collection of common actions and pre-made workflows for TypeScript project that uses yarn@v1 as package manager. Workflows Build -

Tino Thamjarat 10 Jun 6, 2022
A Tauri + Next.js (SSG) template, with TailwindCSS, opinionated linting, and GitHub Actions preconfigured

Tauri + Next.js Template This is a Tauri project template using Next.js, bootstrapped by combining create-next-app and create tauri-app. This template

Kevin Xiao 58 Dec 30, 2022