UNPKG

@querc/squidex-client

Version:

NodeJS client for the [Squidex](https://squidex.io/) CMS

18 lines (11 loc) 317 B
# Contributing to Squidex client Thanks! ## Things you should check before opening a PR: 1. All unit tests pass `npm test` 2. All source files are formatted properly `npm run format && npm run lint` 3. Library builds `npm run build` 4. Example code runs as expected against build `npm run examples`