Skip to content

Commit

Permalink
Add quick info badges to README top
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang committed Nov 27, 2024
1 parent 1419ab0 commit f5b7352
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
![Harmony](cover.png)

[![github.actions.changesets.badge]][github.actions.changesets] [![codecov.badge]][codecov] [![MIT][license.badge]][license] [![npm.badge]][npm]

# Harmony: Accessible UI Color Palette

The
Expand Down Expand Up @@ -135,3 +137,13 @@ Typical workflow is as follow:
3. commit both (1) and (2) into git.

The [changesets Github action](./.github/workflows/changesets.yaml) is triggered on `push` to `main` and will create a corresponding "Changesets: Versioning & Publication" pull request, which, upon merged, will trigger publication of the new version to NPM.

[license.badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license]: ./LICENSE
[npm.badge]: https://img.shields.io/npm/v/@evilmartians/harmony
[npm]: https://www.npmjs.com/package/@evilmartians/harmony
[github.actions.changesets.badge]: https://github.com/evilmartians/harmony/actions/workflows/changesets.yaml/badge.svg?branch=main
[github.actions.changesets]: https://github.com/evilmartians/harmony/actions/workflows/changesets.yaml
[codecov.badge]: https://codecov.io/gh/evilmartians/harmony/branch/main/graph/badge.svg?token=fi6Al6JEGA
[codecov]: https://codecov.io/github/evilmartians/harmony?branch=main

0 comments on commit f5b7352

Please sign in to comment.