https://github.com/tryghost/nql
https://github.com/tryghost/nql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tryghost/nql
- Owner: TryGhost
- License: mit
- Created: 2022-03-01T09:14:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T06:13:56.000Z (3 months ago)
- Last Synced: 2025-10-06T08:30:01.940Z (3 months ago)
- Language: JavaScript
- Size: 1.38 MB
- Stars: 5
- Watchers: 6
- Forks: 7
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NQL
Utilities for using NQL
## Install
## Usage
## Develop
This is a mono repository, managed with [lerna](https://lernajs.io/).
1. `git clone` this repo & `cd` into it as usual
2. `yarn setup` is mapped to `lerna bootstrap`
- installs all external dependencies
- links all internal dependencies
To add a new package to the repo:
- install [slimer](https://github.com/TryGhost/slimer)
- run `slimer new `
## Run
- `yarn dev`
## Test
- `yarn lint` run just eslint
- `yarn test` run lint and tests
## Publish
- `yarn ship` is an alias for `lerna publish`
- Publishes all packages which have changed
- Also updates any packages which depend on changed packages
# Copyright & License
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).