1.0.12 • Published 8 years ago

confluence-content-helper v1.0.12

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Confluence-content-helper

This is a cool tool to download confluence's content, parse them to markdown files and store them to structure like in Confluence's page.

Getting Started

  • Install confluence-content-helper via npm:
$ npm install confluence-content-helper
  • Configuration

Before using this package, we need to generate default configuration file with command

$ ./node_modules/confluence-content-helper/bin/confluence create_configs
ParamTypeDescribe
baseUrlstringthe base url of your Confluence
baseUristringthe base Restful api of your Confluence
dataPathstringwhere to store markdown files
usernamestringthe confluence's user name
passwordstringthe confluence's user password
publicDirstringwhere to store assert files
imagePathstringwhere to store image files, relatively to public's directory
  • Let's start
$ ./node_modules/confluence-content-helper/bin/confluence get_content "Input your space or page's title in Confluence here"

License

ISC

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago