https://github.com/santhoshmani1/npm-cli-tour
npm cli tour is a fun interactive cli package for getting started with npm. Try npx npm-cli-tour to get started
https://github.com/santhoshmani1/npm-cli-tour
cli javascript nodejs npm npm-package typescript
Last synced: about 1 month ago
JSON representation
npm cli tour is a fun interactive cli package for getting started with npm. Try npx npm-cli-tour to get started
- Host: GitHub
- URL: https://github.com/santhoshmani1/npm-cli-tour
- Owner: Santhoshmani1
- Created: 2024-03-12T14:06:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T05:30:54.000Z (over 2 years ago)
- Last Synced: 2024-04-28T06:24:47.815Z (about 2 years ago)
- Topics: cli, javascript, nodejs, npm, npm-package, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/npm-cli-tour
- Size: 47.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm cli tour

## Introduction
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.
## Getting Started
Open your terminal and run the following command :
```node
npx npm-cli-tour
```
## Commands
The npm-cli-tour package currently supports the 4 basic npm commands.
1. npm init
2. npm install
3. npm install --save-dev
4. npm uninstall
# Contributing
Contributions are welcome! raise an issue and send a pull request 🎉.
Support the project by giving a ⭐️ and sharing it with your friends!