This package has been deprecated

Author message:

This package changed name and is now called MP

missing-packages

1.9.0 • Public • Published

Missing-packages ☁️ ➡️ ☀️

npm version npm downloads Build Status

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. 😌

Installation

  1. Open your computer's terminal
  2. Install NodeJS if you haven't already
  3. Install the package globally using: npm i -g missing-packages or npx missing-packages [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

☺️

/missing-packages/

    Package Sidebar

    Install

    npm i missing-packages

    Weekly Downloads

    18

    Version

    1.9.0

    License

    MIT

    Unpacked Size

    340 kB

    Total Files

    51

    Last publish

    Collaborators

    • tanohzana