After the boom of Javascript and the emergence of Node.js, many tools have been launched and have become an essential part of any project. Such tools include: Grunt, Gulp, JSHint, JSLint, UglifyJS, NPM, Jasmine, Karma, Bower, Yeoman, etc. Most of the current cross-platform projects often use a combination of these tools and frameworks. Although it is almost impossible to keep up with each and every new tool that appears in the market, there are a few that really stand out and are the most popular in the development community. Let’s have a look at some of the hottest tools out there:NPM
npm install –save-dev grunt
Bower
npm install -g bower
Grunt
npm install –save grunt-contrib-dev-uglify
Gulp
npm install –save-dev Gulp
Yeoman
npm install -g bower grunt-cli I gulp npm install -g generator-webapp webapp



