Skip to content

Commit 2569eec

Browse files
committed
Add more badges
1 parent 858132b commit 2569eec

File tree

1 file changed

+31
-5
lines changed

1 file changed

+31
-5
lines changed

readme.md

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# nlcst-is-literal [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
1+
# nlcst-is-literal
2+
3+
[![Build][build-badge]][build]
4+
[![Coverage][coverage-badge]][coverage]
5+
[![Downloads][downloads-badge]][downloads]
6+
[![Size][size-badge]][size]
7+
[![Sponsors][sponsors-badge]][collective]
8+
[![Backers][backers-badge]][collective]
9+
[![Chat][chat-badge]][chat]
210

311
Check if an [NLCST][] node is meant literally. Useful if a tool wants to
412
exclude these values possibly void of meaning.
@@ -91,13 +99,31 @@ repository, organisation, or community you agree to abide by its terms.
9199

92100
<!-- Definitions -->
93101

94-
[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-is-literal.svg
102+
[build-badge]: https://img.shields.io/travis/syntax-tree/nlcst-is-literal.svg
103+
104+
[build]: https://travis-ci.org/syntax-tree/nlcst-is-literal
105+
106+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-is-literal.svg
107+
108+
[coverage]: https://codecov.io/github/syntax-tree/nlcst-is-literal
109+
110+
[downloads-badge]: https://img.shields.io/npm/dm/nlcst-is-literal.svg
111+
112+
[downloads]: https://www.npmjs.com/package/nlcst-is-literal
113+
114+
[size-badge]: https://img.shields.io/bundlephobia/minzip/nlcst-is-literal.svg
115+
116+
[size]: https://bundlephobia.com/result?p=nlcst-is-literal
117+
118+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
119+
120+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
95121

96-
[travis]: https://travis-ci.org/syntax-tree/nlcst-is-literal
122+
[collective]: https://opencollective.com/unified
97123

98-
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-is-literal.svg
124+
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
99125

100-
[codecov]: https://codecov.io/github/syntax-tree/nlcst-is-literal
126+
[chat]: https://spectrum.chat/unified/syntax-tree
101127

102128
[npm]: https://docs.npmjs.com/cli/install
103129

0 commit comments

Comments
 (0)