Ghost/ghost/importer-handler-content-files
2023-03-02 17:54:19 +08:00
..
lib Refactored importer's content file handler 2023-03-02 17:54:19 +08:00
test Refactored content file handler constructor 2023-03-02 17:54:18 +08:00
.eslintrc.js Renamed media import handler to file handler 2023-03-02 17:54:18 +08:00
index.js Renamed media import handler to file handler 2023-03-02 17:54:18 +08:00
package.json Renamed media import handler to file handler 2023-03-02 17:54:18 +08:00
README.md Renamed media import handler to file handler 2023-03-02 17:54:18 +08:00

Importer Media

Importer content file handler

Usage

Develop

This is a monorepo package.

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.

Test

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