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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -