|
1 | 1 | <!-- markdownlint-disable MD041 -->
|
2 | 2 | [![Python packaging][py-build-badge]][py-build-ci]
|
3 | 3 | [![Binary executable builds][bin-build-badge]][bin-build-ci]
|
| 4 | +[![node-js builds][node-ci-badge]][node-ci] |
4 | 5 | [![Test CI][test-ci-badge]][test-ci]
|
5 | 6 | [![Docs][docs-ci-badge]][docs-site]
|
6 | 7 | [![Pre-commit-ci][pre-commit-badge]][pre-commit-ci]
|
| 8 | + |
7 | 9 | [![codecov-status][codecov-badge]][codecov-project]
|
8 | 10 | [![docs.rs][docs-rs-badge]][docs-rs]
|
| 11 | +[![PyPI - Version][pypi-badge]][pypi-pkg] |
9 | 12 | [![Crates.io Version][crates-io-badge]][crates-io-pkg]
|
| 13 | +[![NPM Version][npm-badge]][npm-pkg] |
10 | 14 |
|
11 | 15 | [py-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml
|
12 | 16 | [py-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/python-packaging.yml/badge.svg
|
13 | 17 | [bin-build-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml/badge.svg
|
14 | 18 | [bin-build-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/binary-builds.yml
|
| 19 | +[node-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/node-js-packaging.yml/badge.svg |
| 20 | +[node-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/node-js-packaging.yml |
15 | 21 | [test-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml/badge.svg
|
16 | 22 | [test-ci]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/run-dev-tests.yml
|
17 | 23 | [docs-ci-badge]: https://github.com/cpp-linter/cpp_linter_rs/actions/workflows/build-docs.yml/badge.svg
|
|
22 | 28 | [codecov-project]: https://codecov.io/gh/cpp-linter/cpp_linter_rs
|
23 | 29 | [docs-rs-badge]: https://img.shields.io/docsrs/cpp-linter?label=docs.rs
|
24 | 30 | [docs-rs]: https://docs.rs/cpp-linter
|
| 31 | +[pypi-badge]: https://img.shields.io/pypi/v/cpp-linter |
| 32 | +[pypi-pkg]: https://pypi.org/project/cpp-linter/ |
25 | 33 | [crates-io-badge]: https://img.shields.io/crates/v/cpp-linter
|
26 | 34 | [crates-io-pkg]: https://crates.io/crates/cpp-linter
|
| 35 | +[npm-badge]: https://img.shields.io/npm/v/%40cpp-linter%2Fcpp-linter |
| 36 | +[npm-pkg]: https://www.npmjs.com/package/@cpp-linter/cpp-linter |
27 | 37 |
|
28 | 38 | # C/C++ Linting Package
|
29 | 39 |
|
|
0 commit comments