28 lines
631 B
Markdown
28 lines
631 B
Markdown
# SDK for Saleor Apps
|
|
|
|
SDK for building great [Saleor Apps](https://github.com/saleor/saleor-app-template).
|
|
|
|
<div>
|
|
|
|
[](https://www.npmjs.com/package/@saleor/app-sdk)
|
|
[](https://www.npmjs.com/package/@saleor/app-sdk)
|
|
|
|
</div>
|
|
|
|
## Installing
|
|
|
|
```bash
|
|
npm i @saleor/app-sdk
|
|
```
|
|
|
|
## 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
|
|
```
|