MicrosoftEdge / static-code-scan

Run this quick static code scan on any URL to check for out-of-date libraries, layout issues and accessibility.
Other
1.05k stars 228 forks source link

Unable to Set-up With CLI #106

Closed reddysainathn closed 8 years ago

reddysainathn commented 8 years ago

I am unable to run CLI command,is there anything that I am suppose to do for setting up CLI , it works file with node app.js ,but not able to run with static-code-scan,can you help me with this ,and also does this application support https?

When I run the https in the browser,it says "Report generation is not currently working. Please use the CLI". git I am not able to find any information to set-up CLI,so I am reaching out here.

molant commented 8 years ago

The instructions to run the CLI are in https://github.com/MicrosoftEdge/static-code-scan/blob/master/README.md#cli instead of running node app.js you run static-code-scan The gif in the instructions hopefully make it clear.

reddysainathn commented 8 years ago

This is what happening with me,can you please guide me to run the test with CLI,if there is anything that I can follow to setup. I have done npm install and node app.js is working fine ,but I need CLI to work. capture Thank You.

molant commented 8 years ago

Try running node bin\static-code-scan.js from the root of the project.

reddysainathn commented 8 years ago

Thank you