File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 11# json-types
2+
3+ > A repository of JSON types automatically generated from a JSON schema.
4+
5+ [ ![ workflow-badge]] ( https://github.com/swordev/json-types/actions/workflows/ci.yaml ) [ ![ license-badge]] ( https://github.com/swordev/json-types#license )
6+
7+ [ workflow-badge ] : https://img.shields.io/github/actions/workflow/status/swordev/json-types/ci.yaml?branch=main
8+ [ license-badge ] : https://img.shields.io/github/license/swordev/json-types
9+
10+ ## Usage
11+
12+ Review the readme file for published [ packages] ( https://github.com/swordev/json-types/tree/main/packages ) .
13+
14+ ## Development
15+
16+ ### Requirements
17+
18+ - [ Node.js v18] ( https://nodejs.org )
19+ - [ pnpm v8] ( https://pnpm.io )
20+
21+ ### Installation
22+
23+ ``` sh
24+ git clone https://github.com/swordev/json-types
25+ cd json-types
26+ ```
27+
28+ Add the type to the [ catalog.json] ( https://github.com/swordev/json-types/blob/main/catalog.json ) file and generate the package:
29+
30+ ``` sh
31+ pnpm types:gen
32+ ```
33+
34+ ## License
35+
36+ Distributed under the MIT License.
You can’t perform that action at this time.
0 commit comments