A simple installer for missing packages in your projects/files
npm install mp1. Open your computer's terminal
2. Install NodeJS if you haven't already
3. Install the package globally using: npm i -g mp or npx mp [whatever]
Default usage:
mp
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
or
mp check
#### Install missing packages in a file or directory
Go to your project's directory and type:
mp i
or
mp install
You can go to the examples/ directory and type:
mp install example2.js
or
mp c examples
Go to Contributing.md
:relaxed: