Skip to content

aslanon/outdated-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

issues npm npm version

📦 outdated-updater

Easily upgrade your npm components in your applications.

This program uses the npm outdated command. It generates a new command to update your components from the output of this command.

📌 Install

npm install -g outdated-updater

🧐 Usage

Run this command where package.json is located.

~$: cd /path/your/app/
~$: ls
	...
	package.json
	...

~$: outdated-updater