Bookshelf Custom Query
Install
npm install @tryghost/bookshelf-custom-query --save
or
yarn add @tryghost/bookshelf-custom-query
Purpose
Bookshelf plugin that adds reusable customQuery hooks to models for centralized query-builder customization.
Usage
Develop
This is a mono repository, managed with lerna.
Follow the instructions for the top-level repo.
git clone this repo & cd into it as usual
- Run
yarn to install top-level dependencies.
Run
Test
yarn lint run just eslint
yarn test run lint and tests
Copyright & License
Copyright (c) 2013-2026 Ghost Foundation - Released under the MIT license.