sync-diagram-into-confluence
v1.0.1
Published
This listens for svg files in a source folder and converts them to png before publishing through as confluence attachments
Downloads
2
Readme
Usage
Set the environment variables
- export CONFLUENCEURL=https://:<password@host
- export PROXYURL=http://:<password@host
Then run
gulp -s <source directory with svg files> -t <target directory where svg files are moved to>
Gulp will poll the source directory looking for svg files. It will convert them to png and upload to confluence.
This is used to synchronize diagrams from Sparx EA into confluence.