Skip to content

Commit 310a207

Browse files
committed
docs(readme): add maintenance status
1 parent dfaba4a commit 310a207

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[![Build Status][build-badge]][build-link]
1111
[![Code Coverage][coverage-badge]][coverage-link]
1212
[![Version][package-badge]][package-link]
13+
[![Maintenance][maintenance-badge]][maintenance-link]
1314
[![MIT License][license-badge]][license-link]
1415
[![Code Style][prettier-badge]][prettier-link]
1516
[![Conventional Commits][conventional-commits-badge]][conventional-commits-link]
@@ -37,6 +38,7 @@
3738
- [Prettier](#prettier)
3839
- [Jest](#jest)
3940
- [License](#license)
41+
- [Maintenance](#maintenance)
4042

4143
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
4244

@@ -117,6 +119,11 @@ module.exports = {
117119

118120
## License
119121

122+
## Maintenance
123+
124+
This project is actively maintained by engineers at
125+
[@hoverinc][hover-github-link] 😀.
126+
120127
MIT
121128

122129
[hover-github-link]: https://github.com/hoverinc
@@ -131,13 +138,16 @@ MIT
131138
[conventional-commits-badge]:
132139
https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
133140
[conventional-commits-link]: https://conventionalcommits.org
134-
[coverage-badge]:
135-
https://img.shields.io/codecov/c/github/hoverinc/hover-javascript.svg
141+
142+
[coverage-badge]: [maintenance-badge]:
143+
https://img.shields.io/badge/maintenance-active-247ddc?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAcCAYAAACUJBTQAAAB1ElEQVRIibWWPUtdQRCGH0VNF/wCCVjYCxr/gZWdhYVgLQYbm/wACTYxxA8SSBDtbKwUbfQWkiJFAgkkmHBBY6U2CXaCGlDDG1buxePOnt17bsgD28zOzjtnZvbuRVKR1SFpVdKepEe1njOGnOWCz0q60B1lSa05/oVE2iTNSfqdCZ7lSyWB0NmkSJekeUmXJqzlayWZUJxckUUTJs23mFAjlhNjSdMHfAQ6g54hZUnDdXyN44ek7iKNH4w0PMaeX7pQ8Ox6HQkWww3Dw1hPWoAJ4BxoB4aNR5oB4APQ5vekUdITSceZDLcreyORrGPcfpEL0CBpVNJRwLmUSWLS7NbGpju8FXEteT2qR+jQ9aS3QK2XgUljjXPpRC6iLpYV4KmxRghNVy28Aqb+t4jjLbBhrAH+RcRxZSwBUiINxlIHKZE/xlIHTTlHBDwHjoDPwHtgF/gEnBnvFJVfzSrXkpYyfxKGvIu14F3ONXP1LOWmzEPjpuWl92j55XyQyDnEjRN5AbwD9gMOPkV7tAPMOJE3ZuuOFmOpjS3gGfCdQDl8fgGnGVtzwt8F7wdGqgKOvOmq4iarB3gMjAFlb78qug5MAwehIO4tKViJe4wDP4FSrgfwF/ntR8JxRSf3AAAAAElFTkSuQmCC
144+
[maintenance-link]: https://github.com/hoverinc/hover-javascript#maintenance
145+
https://img.shields.io/codecov/c/github/hoverinc/hover-javascript.svg
136146
[coverage-link]: https://codecov.io/github/hoverinc/hover-javascript
137147
[license-badge]: https://img.shields.io/npm/l/@hover/javascript.svg
138148
[license-link]: https://github.com/hoverinc/hover-javascript/blob/master/LICENSE
139149
[package-badge]: https://img.shields.io/npm/v/@hover/javascript.svg
140150
[package-link]: https://www.npmjs.com/package/@hover/javascript
141151
[prettier-badge]:
142-
https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier
152+
https://img.shields.io/badge/code_style-prettier-ff69b4.svg?logo=prettier
143153
[prettier-link]: https://prettierjs.org/en/download/

0 commit comments

Comments
 (0)