mirror of
https://github.com/badgen/badgen-cli.git
synced 2025-04-17 18:17:00 +03:00
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>
badgen-cli
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.
Languages
JavaScript
100%