Skip to content

Commit a711c6f

Browse files
authored
Update README.md
1 parent 57990c2 commit a711c6f

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
SyntaxKit is a Swift package that allows developers to build Swift code using result builders. It provides a declarative way to generate Swift code structures using SwiftSyntax.
44

5+
[![](https://img.shields.io/badge/docc-read_documentation-blue)](https://swiftpackageindex.com/brightdigit/SyntaxKit/documentation)
6+
[![SwiftPM](https://img.shields.io/badge/SPM-Linux%20%7C%20iOS%20%7C%20macOS%20%7C%20watchOS%20%7C%20tvOS-success?logo=swift)](https://swift.org)
7+
[![Twitter](https://img.shields.io/badge/twitter-@brightdigit-blue.svg?style=flat)](http://twitter.com/brightdigit)
8+
![GitHub](https://img.shields.io/github/license/brightdigit/SyntaxKit)
9+
![GitHub issues](https://img.shields.io/github/issues/brightdigit/SyntaxKit)
10+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/brightdigit/SyntaxKit/SyntaxKit.yml?label=actions&logo=github&?branch=main)
11+
12+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbrightdigit%2FSyntaxKit%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/brightdigit/SyntaxKit)
13+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbrightdigit%2FSyntaxKit%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/brightdigit/SyntaxKit)
14+
15+
[![Codecov](https://img.shields.io/codecov/c/github/brightdigit/SyntaxKit)](https://codecov.io/gh/brightdigit/SyntaxKit)
16+
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/brightdigit/SyntaxKit)](https://www.codefactor.io/repository/github/brightdigit/SyntaxKit)
17+
[![codebeat badge](https://codebeat.co/badges/54695d4b-98c8-4f0f-855e-215500163094)](https://codebeat.co/projects/github-com-brightdigit-SyntaxKit-main)
18+
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/brightdigit/SyntaxKit)](https://codeclimate.com/github/brightdigit/SyntaxKit)
19+
[![Code Climate technical debt](https://img.shields.io/codeclimate/tech-debt/brightdigit/SyntaxKit?label=debt)](https://codeclimate.com/github/brightdigit/SyntaxKit)
20+
[![Code Climate issues](https://img.shields.io/codeclimate/issues/brightdigit/SyntaxKit)](https://codeclimate.com/github/brightdigit/SyntaxKit)
21+
522
## Installation
623

724
Add SyntaxKit to your project using Swift Package Manager:
@@ -61,4 +78,4 @@ struct BlackjackCard {
6178

6279
## License
6380

64-
This project is licensed under the MIT License - see the LICENSE file for details.
81+
This project is licensed under the MIT License - see the LICENSE file for details.

0 commit comments

Comments
 (0)