Skip to content

Latest commit

Β 

History

History
47 lines (32 loc) Β· 1.12 KB

File metadata and controls

47 lines (32 loc) Β· 1.12 KB

πŸ“¦ NPM Practice CLI

This interactive CLI tutor is designed as hands-on practice for readers of the NPM Book by Max Black. 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

πŸ“¦ Prerequisites

To use this CLI tutor, you must have:

  • Node.js and npm installed on your system. You can download them from the official site: https://nodejs.org
  • npm version 11.6.2 or later β€” all features in this tutor have been tested with npm 11.6.2.

βœ… Linux / macOS

  1. Open your terminal and navigate to the project folder.

  2. Make file executable:

    chmod +x run-me.sh
  3. Run the setup script:

    ./run-me.sh
  4. Once setup is complete, start the CLI tutor:

    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:
    npm-practice