1
0
mirror of https://github.com/badgen/badgen-cli.git synced 2025-04-17 18:17:00 +03:00
dependabot[bot] 8bf68d9a2a
chore: bump standard from 14.3.1 to 17.0.0 (#67)
Bumps [standard](https://github.com/standard/standard) from 14.3.1 to 17.0.0.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v14.3.1...v17.0.0)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-22 22:55:52 +08:00
2019-05-06 14:32:51 +02:00
2020-01-27 18:37:49 +08:00
2019-05-06 14:32:51 +02:00
2019-05-10 18:35:16 +08:00
2020-01-27 18:37:30 +08:00
2019-05-04 09:29:43 +08:00
2019-05-10 22:26:52 +08:00

badgen-cli

npm version Install size License

Use the fastest badge generator from your CLI.

Installation

$ npm install -g badgen-cli

Usage

$ badgen --subject build --status ok --color green > build-ok.svg

Options

  • --status, -s
    String, right-hand side of the badge (required)
  • --subject, -j
    String, left-hand side of the badge
  • --color, -c
    String, color for the status (color name or RGB hexa value)
  • --flat, -f
    Boolean, use the flat style badge
  • --icon, -i
    String, icon before the subject (icon name, image data URI or inferred from the subject)
  • --icon-width, -w
    Number, width of the icon if not square

See also

  • badgen, the module behind this CLI.
Description
Используйте самый быстрый генератор бейджей из вашей командной строки
Readme MIT 560 KiB
Languages
JavaScript 100%