Skip to content

CodeDumpBin/handy-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#Handy Scripts

A collection of handy scripts and commands for developers

##Command to update outdated NPM packages in you project

npm outdated  | awk 'FNR > 1 {print $1}' | xargs npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages