2022-05-26 12:16:30 +00:00
|
|
|
# SDK for Saleor Apps
|
|
|
|
|
2022-07-29 14:34:50 +00:00
|
|
|
SDK for building great [Saleor Apps](https://github.com/saleor/saleor-app-template).
|
2022-06-07 09:33:36 +00:00
|
|
|
|
2022-06-07 09:33:50 +00:00
|
|
|
<div>
|
|
|
|
|
2022-07-20 14:19:49 +00:00
|
|
|
[](https://www.npmjs.com/package/@saleor/app-sdk)
|
|
|
|
[](https://www.npmjs.com/package/@saleor/app-sdk)
|
2022-06-07 09:33:50 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2022-06-07 09:33:36 +00:00
|
|
|
## Installing
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm i @saleor/app-sdk
|
2022-07-20 14:19:49 +00:00
|
|
|
```
|
2022-07-20 15:01:37 +00:00
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
### Code style
|
|
|
|
|
|
|
|
Before committing the code, Git pre-hooks will check staged changes for
|
|
|
|
following the code styles. If you would like to format the code by yourself, run
|
|
|
|
the command:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pnpm lint
|
|
|
|
```
|