npm-installzx
v1.14.2
Published
An interactive CLI for installing popular npm packages quickly from your terminal.
Downloads
824
Readme
npm-installzx
An interactive CLI for installing popular npm packages quickly from your terminal.
Features
- Presents an interactive menu of packages to install
- Supports installing single packages and multi-package groups
- supports package that needs to be run onces that is...
npx - Supports Windows and Unix-like systems
- Uses
@clack/promptsfor a friendly CLI experience
Usage
Run the command and choose a package from the interactive menu.
npx npm-installzxYou’ll be prompted to select one of the supported packages, and the CLI will install it for you. After installation, you can choose to install another package in the same session.
Supported packages
- Axios
- Zod
- React Hook Form
- TanStack Table
- Date-fns
- Recharts (includes
react-is) - React Hook Form resolvers
- Sonner
- usehooks-ts
- GSAP
- Framer Motion
- Lucide React
- TanStack React Query
- Redux Toolkit + React Redux
- envinfo (executed via
npx) - create-next-app@latest
- create-vite@latest
Notes
envinfois executed rather than installed so it runs immediately when selected.create-next-app@latestandcreate-vite@latestare available as install targets in the menu.
License
MIT
