UNPKG

packages-outdated

Version:

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

95 lines (75 loc) 2.84 kB
<div align="center"> <br> <br> <p> <b>packages-outdated</b> </p> <p> <i>Check if all your dependencies in all your NodeJs projects are up to date.</i> </p> <p> [![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) </p> </div> --- **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 <path> ``` 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. <table> <tr> <td align="center"><a href="https://lucastostee.now.sh/"><img src="https://avatars3.githubusercontent.com/u/22588842?s=460&v=4" width="100px;" alt="Tostee Lucas"/><br /><sub><b>Tostee Lucas</b></sub></a><br /><a href="#" title="Code">💻</a></td> </tr> </table> ## License ⚖️ MIT --- <div align="center"> <b> <a href="https://www.npmjs.com/package/get-good-readme">File generated with get-good-readme module</a> </b> </div>