
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
docogen-webui
Advanced tools
docoGen is a document generation tool within your masterpiece.
docoGen WebUI is supported from docoGen package which can generate web page to demostrate the document. docoGen WebUI is based on Sementic UI React currently. In future, we will support more web UI library and become more flexible to use.
docoGen Project is an open source project for more convenient and widely used in document generation. If you are interest in this project or repository, please contect with us and feel free to ask us any question. We are very welcome you to join our group.
gulp as global.
npm install gulp -g
$ git clone https://github.com/toolbuddy/docoGen-WebUI
$ npm install docogen-webui --save
const docogen_web = require('docogen-webui');
generate_html_ex
src_path: the source path to your project root, and it will get all docoGen files (.docogen).dst_path: the destination directory to store those generated web page.// Convert docogen to web page (HTML format), with absolute path
docogen_web.generate_html_ex(src_path, dst_path, function(err, msg) {
console.log(msg);
});
- Using the file extension which named
.docogen, and just store JSON format in it.
- These files treated as configuration dependency to your generated result.
- More information (Still working on it, see
./test/script/to see current support)
$ node yourcode.js
Have 8 files.
[17:46:32]
Working directory changed to ~/Project/docoGen-html-ui
[17:46:32]
Working directory changed to ~/Project/docoGen-html-ui
[17:46:34]
Using gulpfile ~/Project/docoGen-html-ui/gulpfile.js
[17:46:34]
Using gulpfile ~/Project/docoGen-html-ui/gulpfile.js
[17:46:34]
Starting 'themes'...
[17:46:34]
Starting 'styles'...
[17:46:34]
Starting 'vendor'...
[17:46:34]
Starting 'setup'...
[17:46:34]
Starting 'browserify-vendor'...
[17:46:34]
Starting 'i18n'...
[17:46:34]
Finished 'setup' after 20 ms
[17:46:34]
Finished 'themes' after 66 ms
[17:46:34]
Starting 'initial'...
[17:46:34]
Finished 'initial' after 35 μs
Gulp - Initialize completed
[17:46:35]
Finished 'i18n' after 1.46 s
[17:46:35]
Finished 'styles' after 1.53 s
[17:46:35] Finished 'vendor' after 1.64 s
[17:46:37]
Finished 'browserify-vendor' after 3.24 s
[17:46:37]
Starting 'browserify'...
[17:46:45]
Finished 'browserify' after 8.29 s
[17:46:45]
Starting 'build'...
[17:46:45]
Finished 'build' after 3.8 μs
Gulp - Build completed
Copyright © 2017 ToolBuddy
FAQs
docoGen html module
The npm package docogen-webui receives a total of 12 weekly downloads. As such, docogen-webui popularity was classified as not popular.
We found that docogen-webui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.