Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msaf9/npm

npm commands.
https://github.com/msaf9/npm

git nodejs npm

Last synced: 24 days ago
JSON representation

npm commands.

Awesome Lists containing this project

README

        

npm commands


npm commands for reference.

Table of contents

- [Introduction](#introduction)
- [Commands list](#commands-list)
- [Initialize](#initialize)
- [Help](#help)
- [Config](#config)
- [Install package](#install-package)
- [Uninstall](#uninstall)
- [Update](#update)
- [Prune](#prune)
- [List](#list)
- [Scripts](#scripts)
- [Technology Stack](#technology-stack)
- [Project status](#project-status)
- [Installation](#installation)
- [Get repository](#get-repository)
- [License](#license)

## Introduction

A repository with all npm commands.

## Commands list

### Initialize

[Initialize command list](src/INITIALIZE.md 'Initialize Commands')

### Help

[Help command list](src/HELP.md 'Help Commands')

### Config

[Config command list](src/CONFIG.md 'Config Commands')

### Install package

[Install command list](src/INSTALL.md 'Install Commands')

### Uninstall

[Uninstall command list](src/UNINSTALL.md 'Uninstall Commands')

### Update

[Update command list](src/UPDATE.md 'Update Commands')

### Prune

[Prune command list](src/PRUNE.md 'Prune Commands')

### List

[List command list](src/LIST.md 'List Commands')

### Scripts

[Scripts command list](src/SCRIPTS.md 'Scripts Commands')

> -g flag for global

## Technology Stack

- npm
- Git

## Project status

> **In progress**

## Installation

### Get repository

```git
git clone https://github.com/msaf9/npm.git
cd npm
```

## License
[MIT License](LICENSE)