mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	[feature/npm-outdated]
- add alias for "npm outdated" to check outdated npm modules
This commit is contained in:
		
							parent
							
								
									8ac1859f37
								
							
						
					
					
						commit
						097cc70f7b
					
				@ -17,3 +17,6 @@ alias npmD="npm i -D "
 | 
			
		||||
# Execute command from node_modules folder based on current directory
 | 
			
		||||
# i.e npmE gulp
 | 
			
		||||
alias npmE='PATH="$(npm bin)":"$PATH"'
 | 
			
		||||
 | 
			
		||||
# Check which npm modules are outdated
 | 
			
		||||
alias npmO="npm outdated"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user