Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/npm
npm commands.
https://github.com/msaf9/npm
git nodejs npm
Last synced: 24 days ago
JSON representation
npm commands.
- Host: GitHub
- URL: https://github.com/msaf9/npm
- Owner: msaf9
- License: mit
- Created: 2021-07-16T18:57:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T17:36:36.000Z (8 months ago)
- Last Synced: 2024-11-08T08:49:23.921Z (3 months ago)
- Topics: git, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)