Skip to content

Commit

Permalink
Add the querybuilder logic and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelreichor committed Oct 29, 2024
1 parent d369197 commit be880b3
Show file tree
Hide file tree
Showing 9 changed files with 1,457 additions and 3,761 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-cups-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'js-craftcms-api': minor
---

Add the querybuilder logic.
5 changes: 0 additions & 5 deletions .changeset/few-dolls-poke.md

This file was deleted.

31 changes: 0 additions & 31 deletions CHANGELOG.md

This file was deleted.

36 changes: 25 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<div align="center">
<a href="https://npmjs.com/package/npm-template-sr" align="center">
<img src="https://online-images-sr.netlify.app/assets/npm-template.png" alt="Npm Template">
<a href="https://npmjs.com/package/js-craftcms-api" align="center">
<img src="https://online-images-sr.netlify.app/assets/ts-craft.png" alt="Npm Template">
</a>
<h1 align="center">npm-template-sr</h1>
<h1 align="center">js-craftcms-api</h1>
<p align="center">
A short description what that npm package does.
</p>
<br />
</div>

<p align="center">
<a href="https://npmjs.com/package/npm-template-sr">
<img src="https://img.shields.io/npm/v/npm-template-sr/latest.svg?style=flat-square" alt="Npm Template" />
<a href="https://npmjs.com/package/js-craftcms-api">
<img src="https://img.shields.io/npm/v/js-craftcms-api/latest.svg?style=flat-square" alt="Npm Template" />
</a>
<a href="https://npmjs.com/package/npm-template-sr" rel="nofollow">
<img src="https://img.shields.io/npm/dt/npm-template-sr.svg?style=flat-square" alt="npm">
<a href="https://npmjs.com/package/js-craftcms-api" rel="nofollow">
<img src="https://img.shields.io/npm/dt/js-craftcms-api.svg?style=flat-square" alt="npm">
</a>
</p>

Expand All @@ -23,9 +23,23 @@
## Installation

Install `npm-template-sr`
Install `js-craftcms-api`

```bash
npm install npm-template-sr
# yarn add npm-template-sr
```
npm install js-craftcms-api
# yarn add js-craftcms-api
```

## Further Resources

- [Craft CMS Plugin](https://github.com/samuelreichor/craft-query-api)
- [Vue Craft](https://github.com/samuelreichor/vue-craft-sdk)
- [Nuxt Craft](https://github.com/samuelreichor/nuxt-craft)

## Support

- Bugs or Feature Requests? [Submit an issue](/../../issues/new).

## Contributing

Contributions are welcome! <3
Loading

0 comments on commit be880b3

Please sign in to comment.