Skip to content

redxtech/zsh-yup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yup

yup is a zsh plugin that provides a function upgrades all dependencies in a yarn/npm project.

Installing

zinit

Add this to your zinit config (.zshrc):

zinit light redxtech/zsh-yup

# it also works with turbo mode:
zinit ice wait lucid
zinit load redxtech/zsh-yup

oh-my-zsh

Install it with your favourite zsh package manager, or clone it directly to your $ZSH_CUSTOM/plugins directory with git, and add zsh-yup to the plugins array in your .zshrc file:

plugins=(... zsh-yup)

Usage

yup is very easy to use, simply run the command:

yup

There are some options to pass to the command:

Usage: yup [-h/--help] [-d/--dev] [-D/--both] [-n/--npm]
Options:
    -h, --help  show this help message
    -d, --dev   update the devDependencies
    -b, --both  update both dependencies and devDependencies
    -n, --npm   update the dependencies using npm

Author

yup © Gabe Dunn, Released under the MIT License.

About

A zsh plugin that provides a function upgrades all dependencies in a yarn/npm project.

Topics

Resources

License

Stars

Watchers

Forks

Languages