javascript - Any way to generate documentation of a website project in a restricted environment? -


following title, have unable execute cmdlets, exe, shellscripts, vb. able open git bash, again, have no admin rights. there ways of accomplishing this? 1 idea had create local website in form upload zip file website stuff repacks , sends via local zip file download?

edit: trying document out front end site coded in react. thing able run within git bash. no execution of .exe's or cmdlets withing git bash works though...

well, apparently if u have git bash in ur restricted laptop , have ability push ur commit git hub, seems using edoc node module job.

instead of saving globally (which won't work) npm install -save esdoc. instead of running esdoc -c [json file], use ./node_modules/esdoc/out/src/esdoccli.js -c [json file]

worked beautifully me. hope helps faces similar situation me. feel free add additional methods generate documentation.


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -