|
1 |
| -# nlcst-to-string [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov] |
| 1 | +# nlcst-to-string |
| 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] |
2 | 10 |
|
3 | 11 | Stringify [NLCST][].
|
4 | 12 |
|
@@ -57,13 +65,31 @@ repository, organisation, or community you agree to abide by its terms.
|
57 | 65 |
|
58 | 66 | <!-- Definitions -->
|
59 | 67 |
|
60 |
| -[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-to-string.svg |
| 68 | +[build-badge]: https://img.shields.io/travis/syntax-tree/nlcst-to-string.svg |
| 69 | + |
| 70 | +[build]: https://travis-ci.org/syntax-tree/nlcst-to-string |
| 71 | + |
| 72 | +[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-to-string.svg |
| 73 | + |
| 74 | +[coverage]: https://codecov.io/github/syntax-tree/nlcst-to-string |
| 75 | + |
| 76 | +[downloads-badge]: https://img.shields.io/npm/dm/nlcst-to-string.svg |
| 77 | + |
| 78 | +[downloads]: https://www.npmjs.com/package/nlcst-to-string |
| 79 | + |
| 80 | +[size-badge]: https://img.shields.io/bundlephobia/minzip/nlcst-to-string.svg |
| 81 | + |
| 82 | +[size]: https://bundlephobia.com/result?p=nlcst-to-string |
| 83 | + |
| 84 | +[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg |
| 85 | + |
| 86 | +[backers-badge]: https://opencollective.com/unified/backers/badge.svg |
61 | 87 |
|
62 |
| -[travis]: https://travis-ci.org/syntax-tree/nlcst-to-string |
| 88 | +[collective]: https://opencollective.com/unified |
63 | 89 |
|
64 |
| -[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-to-string.svg |
| 90 | +[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg |
65 | 91 |
|
66 |
| -[codecov]: https://codecov.io/github/syntax-tree/nlcst-to-string |
| 92 | +[chat]: https://spectrum.chat/unified/syntax-tree |
67 | 93 |
|
68 | 94 | [npm]: https://docs.npmjs.com/cli/install
|
69 | 95 |
|
|
0 commit comments