Skip to content

DetNode/npm-modules-galore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

NPM and Modules Galore!

NPM is a package manager for Node.js. It maintains a registry of modules published by developers around the world.

NPM comes packaged with recent Node.js distributions. If you need to manually install NPM, use this one-liner:

curl http://npmjs.org/install.sh | sh.

Build Your Own Package

package.json and other goodies.

Module Linking

npm link

Script Running

"scripts": { "test": "...", "start": "..." }

References:

About

Notes for DetNode's February 2012 Meetup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published