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
npm run build
npm test
npm run format
npm run ci:build
npm run ci:test
npm run format:check