Skip to content

Commit 1988c28

Browse files
committed
docs: try add all-contributors
1 parent ef2192f commit 1988c28

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.all-contributorsrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"projectName": "prettier-plugin-embed",
3+
"projectOwner": "Sec-ant"
4+
}

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Prettier Plugin Embed
77

8-
[![npm version](https://img.shields.io/npm/v/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![npm downloads](https://img.shields.io/npm/dm/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![npm license](https://img.shields.io/npm/l/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest)
8+
[![npm version](https://img.shields.io/npm/v/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![npm downloads](https://img.shields.io/npm/dm/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![npm license](https://img.shields.io/npm/l/prettier-plugin-embed?cacheSeconds=300)](https://www.npmjs.com/package/prettier-plugin-embed/v/latest) [![All Contributors](https://img.shields.io/github/all-contributors/Sec-ant/prettier-plugin-embed?color=56b3b4)](#contributors)
99

1010
[![github last commit](https://img.shields.io/github/last-commit/Sec-ant/prettier-plugin-embed?cacheSeconds=300)](https://github.com/Sec-ant/prettier-plugin-embed) [![bundlephobia minzipped](https://img.shields.io/bundlephobia/minzip/prettier-plugin-embed?cacheSeconds=300)](https://bundlephobia.com/package/prettier-plugin-embed@latest) [![](https://img.shields.io/jsdelivr/npm/hm/prettier-plugin-embed?cacheSeconds=300&color=ff5627)](https://www.jsdelivr.com/package/npm/prettier-plugin-embed)
1111

@@ -1103,6 +1103,17 @@ There're several ways to use the typed options provided by this plugin. Taking t
11031103

11041104
Bug fixes, new language support and tests are welcome. Please have a look at the project structure before getting started. Feel free to leave questions or suggestions.
11051105

1106+
## Contributors
1107+
1108+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1109+
<!-- prettier-ignore-start -->
1110+
<!-- markdownlint-disable -->
1111+
1112+
<!-- markdownlint-restore -->
1113+
<!-- prettier-ignore-end -->
1114+
1115+
<!-- ALL-CONTRIBUTORS-LIST:END -->
1116+
11061117
## License
11071118

11081119
MIT

0 commit comments

Comments
 (0)