@cat-org/badgesdeprecated

Use to add badges to `README.md`.

Usage no npm install needed!

<script type="module">
  import catOrgBadges from 'https://cdn.skypack.dev/@cat-org/badges';
</script>

README

@cat-org/badges ยท npm npm-size

Use to add badges to README.md.

Install

yarn add @cat-org/badges --dev

Run command

  1. Add badges.start and badges.end comments to README.md.
  2. Run command.
yarn badges ./README.md

Add to @cat-org/badges to lint-staged

...
  '**/README.md': [
    'badges',
    'git add',
  ],
...