saleor-app-sdk-REDIS_APL/README.md

29 lines
582 B
Markdown
Raw Normal View History

2022-05-26 12:16:30 +00:00
# SDK for Saleor Apps
SDK for building great Saleor Apps.
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
[![npm version badge](https://img.shields.io/npm/v/@saleor/app-sdk)](https://www.npmjs.com/package/@saleor/app-sdk)
[![npm downloads count](https://img.shields.io/npm/dt/@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
```