Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jslint, jsdoc and rhino integration to run from command line? [duplicate]

I have to test all my js files through command line in development environment before push to production.how should i integrate this 3? so that i can run

jslint jsfile.js or jslint jsfile1.js jsfile2.js etc 

similarly jsdoc to produce my jsdoc style api documents.

any idea or suggestion will be highly appreciated.

like image 412
paul Avatar asked Jan 25 '26 18:01

paul


1 Answers

You may find jslint4java useful to help you with this. In particular, you can automate this step as part of an ant build.

like image 168
Dominic Mitchell Avatar answered Jan 27 '26 07:01

Dominic Mitchell



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!