An open API service indexing awesome lists of open source software.

https://github.com/luctst/packages-outdated

Check that all dependencies are up to date 🕵‍ 🕵‍
https://github.com/luctst/packages-outdated

check-dependencies dependencies node-module nodejs npm npm-dependencies

Last synced: about 2 months ago
JSON representation

Check that all dependencies are up to date 🕵‍ 🕵‍

Awesome Lists containing this project

README

          







packages-outdated



Check if all your dependencies in all your NodeJs projects are up to date.


[![Build Status](https://travis-ci.com/luctst/packages-outdated.svg?branch=master)](https://travis-ci.com/luctst/packages-outdated)
[![NPM version](https://img.shields.io/npm/v/packages-outdated?style=flat-square)](https://img.shields.io/npm/v/packages-outdated?style=flat-square)
[![Package size](https://img.shields.io/bundlephobia/min/packages-outdated)](https://img.shields.io/bundlephobia/min/packages-outdated)
[![Dependencies](https://img.shields.io/david/luctst/packages-outdated.svg?style=popout-square)](https://david-dm.org/luctst/packages-outdated)
[![devDependencies Status](https://david-dm.org/luctst/packages-outdated/dev-status.svg?style=flat-square)](https://david-dm.org/luctst/packages-outdated?type=dev)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Twitter](https://img.shields.io/twitter/follow/luctstt.svg?label=Follow&style=social)](https://twitter.com/luctstt)


---

**Content**

* [Features](##features)
* [Usage](##usage)
* [Exemples](##exemples)
* [Contributing](##contributing)
* [Maintainers](##maintainers)

## Features ✨
* Quick overview of outdated packages from different node projects.
* Intuitive ui.

## Usage 💡
Enter this command:

```
npx packages-outdated
```

To get more informations about all commands and flags availables enter:

```
npx packages-outdated --help
```

> **Note** - You need node >= 10.0.0 to run this module.

## Exemples 🖍
I will be using this folder structure:

```shell
├── Users/lucas/dev/
├── chrome-extension/
├── computer-science/
├── get-readme/
├── lucastostee.com/
├── luctst-cli/
...
```

This package only work for now with folder with one subfolder level.

```shell
├── main-folder/
// only work for this level.
├── sub-folder/
├── nodejs-project.
```

## Contributing 🍰
Please make sure to read the [Contributing Guide]() before making a pull request.

Thank you to all the people who already contributed to this project!

## Maintainers 👷
List of maintainers, replace all `href`, `src` attributes by your maintainers datas.


Tostee Lucas
Tostee Lucas

💻

## License ⚖️
MIT

---



File generated with get-good-readme module