Package Exports
- @tryghost/helpers
- @tryghost/helpers/tags
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tryghost/helpers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Helpers
Helpers for interacting with the Ghost API
Install
npm install @tryghost/helpers --save
or
yarn add @tryghost/helpers
Usage
See the docs: https://docs.ghost.org/api/
Develop
This is a mono repository, managed with lerna.
Follow the instructions for the top-level repo.
git clonethis repo &cdinto it as usual- Run
yarnto install top-level dependencies.
Run
yarn dev
Test
yarn lintrun just eslintyarn testrun lint and tests
Copyright & License
Copyright (c) 2018 Ghost Foundation - Released under the MIT license.