BeyondWords Player Ghost helper
Automatically create and embed audio versions of Ghost posts.
Documentation
- Getting started guide
- Ghost docs
Development
To work on the project you must have installed:
Build
The build
script will produce artifacts in the /dist
directory, using Vite
The build artifact is a single js file using the umd format.
npm run build
Lint
The lint
script does a full static analysis of the source code, using ESLint
npm run lint
Release
A new version of the Ghost helper will be published automatically to NPM using the release Github Actions workflow on each new published Github release.
License
BeyondWords Player Ghost helper is MIT licensed.