An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# npm cli tour

![Welcome-to-npm-cli-tour](assets/welcome.png)

## 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!