Missing-packages (mp) is a tool you will love to use whenever you create a NodeJS package. It is used to check that all packages used in a file or directory are well installed in the 'node_modules' directory. 😌
- Open your computer's terminal
- Install NodeJS if you haven't already
- Install the package globally using:
npm i -g mp
ornpx mp [whatever]
Default usage:
mp <path>
will ask to install missing packages found
Go to your project's directory and type:
mp c <path>
or
mp check <path>
Go to your project's directory and type:
mp i <path>
or
mp install <path>
You can go to the examples/ directory and type:
mp install example2.js
or
mp c examples
Go to Contributing.md