@pixelondesign/template-queryset
v1.2.14
Published
template repo for querset
Downloads
1
Readme
use case
commands
- pull template changes
git pull template
- publish to npm
run the following command to trigger the github action to publish to npm, each time it will increase the package.json patch version by one
npm run patch-release
- cli
the bin/cli.ts is the cli for experiement with the queryset
tips
generate types from the queryset
- save the queryset output to a file, say tmp/test.json
use qucktype to generate the types
npm install -g quicktype
quicktype tmp/test.json --just-types --lang typescript
status
Installation
npm install @pixelondesign/queryset-arsetio
Loading and configuring the module
import {...} from "@pixelondesign/queryset-arsetio"