npmpm v3.0.10
NPMPM Node Package Manager Package Manager
What does npmpm do?
npmpm is a simple node module designed to keep your package.json up to date.
By parsing the files in your project it identifies packages you use, but have not installed and installs them for you.
All the packages are added as dev-dependencies in your package.json file
How do I use it?
Start by installing npmpm globally for maximum time saving
npm install npmpm -g
Start your application, gulpfile, gruntfile, or whatever you use with this simple statement:
require('npmpm').validate(files);
Files is an array of files you wish to check for missing packages. Example:
require('npmpm').validate(['gulpfile.js']);
PS! I know the version numbers are alittle out of hand, rookie mistakes in my first package
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago