1.9.0 • Published 5 years ago

missing-packages v1.9.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Missing-packages :cloud: :arrow_right: :sunny:

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. :relieved:

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

:relaxed:

1.9.0

5 years ago

1.8.0

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.6.5

5 years ago

1.6.4

5 years ago

1.6.3

5 years ago

1.6.1

5 years ago

1.5.3

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago