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.