JSPM

  • Created
  • Published
  • Downloads 7366
  • Score
    100M100P100Q125195F
  • License MIT

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.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2018 Ghost Foundation - Released under the MIT license.