npm

Javascript's Modern Web Tools – Node Package Manager

The Node Package Manager, or npm, is one of the most useful utilities downloaded with NodeJS. It is used to install various Javascript tools and libraries, including web frameworks like Connect and Express. This tutorial shows you how to get started with the npm tool.

Javascript's Modern Web Tools – Introduction

If you’re used to writing jQuery scripts and trying them from your browser, you’ll probably be surprised to know that over the past few years, tools have cropped up to make the old browser language more enterpris-ey. This multi-part tutorial series shows you how the world of Javascript tooling has invaded and provided ways to handle dependency management, build processing, and application assembly in a whole new way.