@quobix/vacuum 0.29.0 → 0.29.2
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
<picture>
|
|
2
|
+
<source media="(prefers-color-scheme: dark)" srcset=".github/assets/logo-dark.png">
|
|
3
|
+
<img alt="vacuum" src=".github/assets/logo-light.png">
|
|
4
|
+
</picture>
|
|
5
|
+
|
|
2
6
|
|
|
3
|
-
#
|
|
7
|
+
# The world's fastest OpenAPI, AsyncAPI and JSON Schema linter.
|
|
4
8
|
|
|
5
9
|

|
|
6
10
|
[](https://goreportcard.com/report/github.com/daveshanley/vacuum)
|
|
@@ -10,14 +14,14 @@
|
|
|
10
14
|
[](https://hub.docker.com/r/dshanley/vacuum)
|
|
11
15
|
[](https://github.com/avelino/awesome-go)
|
|
12
16
|
|
|
13
|
-
An **ultra-super-fast**, lightweight OpenAPI, AsyncAPI and JSON Schema linter and quality checking tool
|
|
17
|
+
An **ultra-super-fast**, lightweight OpenAPI, AsyncAPI and JSON Schema linter and quality checking tool inspired by [Spectral](https://github.com/stoplightio/spectral).
|
|
14
18
|
|
|
15
19
|
It's **fully compatible** with existing [Spectral](https://github.com/stoplightio/spectral) rulesets.
|
|
16
20
|
|
|
17
|
-
## Install using [homebrew](https://brew.sh) tap
|
|
21
|
+
## Install using the official [homebrew](https://brew.sh) tap
|
|
18
22
|
|
|
19
23
|
```
|
|
20
|
-
brew install daveshanley/vacuum/vacuum
|
|
24
|
+
brew install --cask daveshanley/vacuum/vacuum
|
|
21
25
|
```
|
|
22
26
|
|
|
23
27
|
## Install using [npm](https://npmjs.com)
|