Add package installation command in README.
All checks were successful
/ test (push) Successful in 22s
All checks were successful
/ test (push) Successful in 22s
This commit is contained in:
parent
1af46c0aaf
commit
40b348862a
1 changed files with 4 additions and 0 deletions
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue