@rightcapital/phpdoc-parser 0.3.5-feature-add-more-github-docs.77.0 → 0.3.5-feature-add-badges.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# PHPDoc parser TypeScript version
|
|
2
2
|
|
|
3
|
+
<!-- Badges area start -->
|
|
4
|
+
|
|
5
|
+
[](https://rightcapital.com)
|
|
6
|
+

|
|
7
|
+
[](https://conventionalcommits.org)
|
|
8
|
+
[](https://github.com/RightCapitalHQ/frontend-style-guide)
|
|
9
|
+
|
|
10
|
+
<!-- Badges area end -->
|
|
11
|
+
|
|
3
12
|
Next-gen PHPDoc parser with support for intersection types and generics(TypeScript version)
|
|
4
13
|
|
|
5
14
|
## What's that
|