Skip to content

lonewolfyx/nu

Repository files navigation

nu

A command-line tool that automatically updates your npm packages to their latest versions.

Installation

npm install -g nu

Usage

Navigate to your project directory and run:

nu

Output

nu

Checking for outdated packages...
Found 7 outdated packages:
dependencies:
  @vueuse/core 12.8.2 -> 13.0.0
  pinia 2.3.1 -> 3.0.1
  vue-cropper 0.6.5 -> 1.1.4

devDependencies:
  @vitejs/plugin-legacy 5.4.3 -> 6.0.2
  @lonewolfyx/tsconfig 0.0.4 -> 0.0.5
  @types/node 22.13.17 -> 22.14.0
  typescript 5.8.2 -> 5.8.3

All packages updated successfully!

About

A command-line tool that automatically updates your npm packages to their latest versions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published