No description
Find a file
Krzysztof Wolski 9714f28bf5
Merge pull request #12 from saleor/link-readme-to-sat
Link README to Saleor App Template
2022-07-29 16:37:13 +02:00
.github/workflows Remove unused check 2022-07-20 16:21:47 +02:00
.husky Add husky/lint-staged 2022-07-20 16:33:03 +02:00
src Merge pull request #9 from saleor/add-linting 2022-07-25 09:29:58 +02:00
.eslintrc Configure eslint ts parser 2022-07-22 18:16:08 +02:00
.gitignore initial commit 2022-05-24 22:16:49 +02:00
.npmignore initial commit 2022-05-24 22:16:49 +02:00
.prettierignore Add code formatting 2022-07-20 16:01:20 +02:00
.prettierrc Add code formatting 2022-07-20 16:01:20 +02:00
LICENSE Create LICENSE 2022-07-20 17:11:54 +02:00
package.json Configure eslint ts parser 2022-07-22 18:16:08 +02:00
pnpm-lock.yaml Configure eslint ts parser 2022-07-22 18:16:08 +02:00
README.md Link README to Saleor App Template 2022-07-29 16:34:50 +02:00
tsconfig.json Apply code formatting 2022-07-20 16:19:49 +02:00

SDK for Saleor Apps

SDK for building great Saleor Apps.

npm version badge npm downloads count

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