Skip to content

Commit 9fede0e

Browse files
committedNov 19, 2021
🎉 feat: Initial Commit
0 parents  commit 9fede0e

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
 

‎.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
!.gitkeep
2+
node_modules/*
3+
tmp/*
4+
dist/*

‎README.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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)

0 commit comments

Comments
 (0)