viqueen / confluence-content-extractor

Library to extract structured content from Confluence with all the metadata and properties required for static site rendering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confluence-content-extractor

Library to extract structured content from Confluence with all the metadata and properties required for static site rendering.

It resolves content and media assets for a given Confluence Space.

npm install confluence-content-extractor --save-dev

./node_modules/.bin/confsite extract spaceKey

development

environment

build it, test it, and format it

locally

npm run build
npm test
npm run format

on a build agent

npm run ci:build
npm run ci:test
npm run format:check

About

Library to extract structured content from Confluence with all the metadata and properties required for static site rendering.


Languages

Language:TypeScript 90.4%Language:JavaScript 9.1%Language:Shell 0.5%