npm-cli-tour is a command line tool that helps you to understand the npm commands. It provides a step by step guide to understand the npm commands and their usage.
Open your terminal and run the following command :
npx npm-cli-tour
The npm-cli-tour package currently supports the 4 basic npm commands.
- npm init
- npm install
- npm install --save-dev
- npm uninstall
Contributions are welcome! raise an issue and send a pull request 🎉.
Support the project by giving a ⭐️ and sharing it with your friends!