mp
v2.0.3
Published
A simple installer for missing packages in your projects/files
Downloads
57
Maintainers
Readme
Missing-packages :cloud: :arrow_right: :sunny:
What is Missing-packages
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. :relieved:
Installation
- Open your computer's terminal
- Install NodeJS if you haven't already
- Install the package globally using:
npm i -g mp
ornpx mp [whatever]
API
Default usage:
mp <path>
will ask to install missing packages found
Check missing packages in a file or directory
Go to your project's directory and type:
mp c <path>
or
mp check <path>
Install missing packages in a file or directory
Go to your project's directory and type:
mp i <path>
or
mp install <path>
Examples
You can go to the examples/ directory and type:
mp install example2.js
or
mp c examples
Contributing
Go to Contributing.md
:relaxed: