pkg-wizard
v1.0.3
Published
A CLI tool to install common developer packages interactively
Downloads
10
Maintainers
Readme
pkg-wizard
Perfect CLI tool that guides users through installing packages like a wizard 🧙♂️
A CLI tool to quickly select and install popular JavaScript/Node.js packages and project stacks.
Save time setting up your projects with curated stacks or manual package selection — all from your terminal.
Features
- ✅ Supports installing multiple packages with a single command
- ✅ Choose from preset project stacks like React, Node API, or Fullstack
- ✅ Search and select individual npm packages interactively
- ✅ Preview packages included in stacks before installation
- ✅ Confirm before installing packages
🚀 Installation
Install globally via npm:
npm install -g pkg-wizardClone the repo and link it globally (for local development):
git clone https://github.com/Md-Sagar-Miah/pkg-wizard.git
cd pkg-wizard
npm install
npm linkAfter linking, run pkg-wizard anywhere in your terminal:
pkg-wizard🧪Usage
Run the CLI:
pkg-wizardChoose a preset stack or go for manual package selection
Use arrow keys to navigate and press Space to select packages
Select << Finish selection >> when you're done
Confirm the installation — your selected packages will be installed in the current directory
📦 Example Stacks
React Stack: React, React DOM, Vite, Axios, Zustand, ESLint, Prettier
Node API Stack: Express, Cors, Dotenv, Mongoose, TypeScript, ESLint
Fullstack App: Next.js, TailwindCSS, Prisma, React Hook Form, ESLint, TypeScript
🤝Contributing
Contributions and feature requests are welcome! Feel free to open issues or submit pull requests.
📄License
MIT License © Md. Sagar Miah • Email Me
📬 Contact
📧 Email: [email protected]
🌐 GitHub: github.com/Md-Sagar-Miah
📦 NPM: npmjs.com/package/pkg-wizard
