No description
|
||
---|---|---|
.github/workflows | ||
.husky | ||
src | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
.prettierignore | ||
.prettierrc | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json |
SDK for Saleor Apps
SDK for building great Saleor Apps.
Installing
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:
pnpm lint