@max-black/npm-practice
Version:
This interactive CLI tutor is designed as hands-on practice for readers of the [NPM Book by Max Black](https://www.amazon.com/dp/B0FSX9TZZ1). If you're working through the book, this tool will guide you through real-world npm workflows — from initializi
40 lines (28 loc) • 893 B
Markdown
# 📦 NPM Practice CLI
This interactive CLI tutor is designed as hands-on practice for readers of
the [NPM Book by Max Black](https://www.amazon.com/dp/B0FSX9TZZ1). If you're working through the book, this tool will
guide you through real-world npm workflows — from initializing packages to installing dependencies — all from your
terminal.
---
## 🚀 Quick Start
### ✅ Linux / macOS
1. Open your terminal and navigate to the project folder.
2. Make fine executable:
```bash
chmod +x run-me.sh
```
3. Run the setup script:
```bash
./run-me.sh
```
4. Once setup is complete, start the CLI tutor:
```bash
npm-practice
```
### ✅ Windows
1. Open the project folder in File Explorer.
2. Double-click run-me.cmd to run the setup.
3. Open Command Prompt and start the CLI tutor:
```bash
npm-practice
```