开发者

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

This question already has answers here: 开发者_如何转开发 JSLint (CLI): options? (5 answers) Closed 9 years ago.

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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜