File tree 2 files changed +38
-0
lines changed
2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ! .gitkeep
2
+ node_modules /*
3
+ tmp /*
4
+ dist /*
Original file line number Diff line number Diff line change
1
+ # spectral-language-server
2
+
3
+ Awesome Spectral JSON/YAML linter with OpenAPI/AsyncAPI support
4
+
5
+ Spectral is a flexible object linter with out of the box support for OpenAPI v2
6
+ and v3, JSON Schema, and AsyncAPI.
7
+
8
+ ## Usage
9
+
10
+ You can install this via ` npm i -g spectral-language-server `
11
+
12
+ After that, you get the following command.
13
+
14
+ - ` spectral-language-server `
15
+
16
+ ## Build
17
+
18
+ ### Requirements
19
+
20
+ You should install yarn for the building vscode.
21
+
22
+ ### Commands
23
+
24
+ - npm i -g yarn
25
+ - yarn install
26
+ - ./script/build.sh
27
+ - node ./script/depcheck.js
28
+ - npm run release
29
+
30
+ ## LICENSE
31
+
32
+ This package licensed under the MIT.
33
+
34
+ See the [ LICENSE] ( ./LICENSE )
You can’t perform that action at this time.
0 commit comments