Skip to content

Commit

Permalink
doc: show build status for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Jul 9, 2021
1 parent 3b704b8 commit 7f5aaaa
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# egg-bin

[![NPM version][npm-image]][npm-url]
[![build status][github-actions]][github-actions-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/egg-bin.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-bin
[github-actions]: https://github.com/eggjs/egg-bin/actions/workflows/nodejs.yml/badge.svg?branch=master
[github-actions-url]: https://github.com/eggjs/egg-bin/actions/workflows/nodejs.yml
[codecov-image]: https://codecov.io/gh/eggjs/egg-bin/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/eggjs/egg-bin
[david-image]: https://img.shields.io/david/eggjs/egg-bin.svg?style=flat-square
Expand All @@ -20,10 +17,46 @@
[download-image]: https://img.shields.io/npm/dm/egg-bin.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-bin

[act-win-8]: https://github.com/eggjs/egg-bin/actions/workflows/windows-8.yml/badge.svg?branch=master
[act-win-8-url]: https://github.com/eggjs/egg-bin/actions/workflows/windows-8.yml
[act-win-10]: https://github.com/eggjs/egg-bin/actions/workflows/windows-10.yml/badge.svg?branch=master
[act-win-10-url]: https://github.com/eggjs/egg-bin/actions/workflows/windows-10.yml
[act-win-12]: https://github.com/eggjs/egg-bin/actions/workflows/windows-12.yml/badge.svg?branch=master
[act-win-12-url]: https://github.com/eggjs/egg-bin/actions/workflows/windows-12.yml
[act-win-14]: https://github.com/eggjs/egg-bin/actions/workflows/windows-14.yml/badge.svg?branch=master
[act-win-14-url]: https://github.com/eggjs/egg-bin/actions/workflows/windows-14.yml

[act-osx-8]: https://github.com/eggjs/egg-bin/actions/workflows/osx-8.yml/badge.svg?branch=master
[act-osx-8-url]: https://github.com/eggjs/egg-bin/actions/workflows/osx-8.yml
[act-osx-10]: https://github.com/eggjs/egg-bin/actions/workflows/osx-10.yml/badge.svg?branch=master
[act-osx-10-url]: https://github.com/eggjs/egg-bin/actions/workflows/osx-10.yml
[act-osx-12]: https://github.com/eggjs/egg-bin/actions/workflows/osx-12.yml/badge.svg?branch=master
[act-osx-12-url]: https://github.com/eggjs/egg-bin/actions/workflows/osx-12.yml
[act-osx-14]: https://github.com/eggjs/egg-bin/actions/workflows/osx-14.yml/badge.svg?branch=master
[act-osx-14-url]: https://github.com/eggjs/egg-bin/actions/workflows/osx-14.yml

[act-linux-8]: https://github.com/eggjs/egg-bin/actions/workflows/linux-8.yml/badge.svg?branch=master
[act-linux-8-url]: https://github.com/eggjs/egg-bin/actions/workflows/linux-8.yml
[act-linux-10]: https://github.com/eggjs/egg-bin/actions/workflows/linux-10.yml/badge.svg?branch=master
[act-linux-10-url]: https://github.com/eggjs/egg-bin/actions/workflows/linux-10.yml
[act-linux-12]: https://github.com/eggjs/egg-bin/actions/workflows/linux-12.yml/badge.svg?branch=master
[act-linux-12-url]: https://github.com/eggjs/egg-bin/actions/workflows/linux-12.yml
[act-linux-14]: https://github.com/eggjs/egg-bin/actions/workflows/linux-14.yml/badge.svg?branch=master
[act-linux-14-url]: https://github.com/eggjs/egg-bin/actions/workflows/linux-14.yml


egg developer tool, extends [common-bin].

---

## Build Status

| Version | v8.x | v10.x | v12.x | v14.x |
|-------------|-------------------------|--------------------------|---------------------------|------------------------------|
| **Windows** | [![Build status][act-win-8]][act-win-8-url] | [![Build status][act-win-10]][act-win-10-url] | [![Build status][act-win-12]][act-win-12-url] | [![Build status][act-win-14]][act-win-14-url] |
| **OSX** | [![Build status][act-osx-8]][act-osx-8-url] | [![Build status][act-osx-10]][act-osx-10-url] | [![Build status][act-osx-12]][act-osx-12-url] | [![Build status][act-osx-14]][act-osx-14-url] |
| **Linux** | [![Build status][act-linux-8]][act-linux-8-url] | [![Build status][act-linux-10]][act-linux-10-url] | [![Build status][act-linux-12]][act-linux-12-url] | [![Build status][act-linux-14]][act-linux-14-url] |

## Install

```bash
Expand Down

0 comments on commit 7f5aaaa

Please sign in to comment.