Add package installation command in README.
All checks were successful
/ test (push) Successful in 22s

This commit is contained in:
Madeorsk 2025-03-30 13:16:00 +02:00
parent 1af46c0aaf
commit 40b348862a
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

@ -36,6 +36,10 @@
Sharkitek is a lightweight Javascript / TypeScript library designed to ease development of models. Sharkitek is a lightweight Javascript / TypeScript library designed to ease development of models.
```shell
yarn add @sharkitek/core
```
With Sharkitek, you define the architecture of your models by specifying their properties and their types. With Sharkitek, you define the architecture of your models by specifying their properties and their types.
Then, you can use the defined methods like `serialize`, `parse`, `patch` or `serializeDiff`. Then, you can use the defined methods like `serialize`, `parse`, `patch` or `serializeDiff`.