Skip to content

Commit 1f4dc54

Browse files
committed
docs: update readme
1 parent ae18acc commit 1f4dc54

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
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.

0 commit comments

Comments
 (0)