fast-ncu
v1.0.22
Published
fncu - A blazing-fast CLI tool for checking npm package updates
Maintainers
Readme
⚡ Quickstart
# Check for updates
fncu
# Update package.json
fncu -u
# Upgrade fncu to the latest version
fncu upgrade✨ Features
- Ultra-fast parallel package fetching
- Smart filtering with regex support
- Table or JSON output
- Targeted updates: major, minor, or patch
- Auto-upgrade dependencies
- Built-in caching
- Detects npm, yarn, pnpm, or bun automatically
- Monorepo / workspace support
📦 Installation
# Using npm
npm install -g fast-ncu
# Using Bun
bun install -g fast-ncu🛠️ Development
Prerequisites
- Bun latest
- Node.js v22 or later
Setup
git clone https://github.com/uchkunrakhimow/fast-ncu
cd fast-ncu
bun installScripts
# Development with hot reload
bun run dev:watch
# Run tests
bun test
# Build for production
bun run build📚 Documentation
- Usage Guide - Detailed usage and examples
- Contributing - Contribution guidelines
📄 License
This project is licensed under the MIT License.
