All Projects → npm → Cli

npm / Cli

Licence: other
the package manager for JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cli

Tbify
使用淘宝镜像运行命令: tbify [nvm|npm|npx|yarn|pnpm|...]
Stars: ✭ 153 (-97.1%)
Mutual labels:  npm, package-manager
Tink
a dependency unwinder for javascript
Stars: ✭ 2,176 (-58.76%)
Mutual labels:  npm, package-manager
Bolt
⚡️ Super-powered JavaScript project management
Stars: ✭ 2,134 (-59.56%)
Mutual labels:  npm, package-manager
Yarn
The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
Stars: ✭ 40,325 (+664.17%)
Mutual labels:  npm, package-manager
Website
Yarn package manager website
Stars: ✭ 374 (-92.91%)
Mutual labels:  npm, package-manager
Pnpm
Fast, disk space efficient package manager -- 快速的,节省磁盘空间的包管理工具
Stars: ✭ 14,219 (+169.45%)
Mutual labels:  npm, package-manager
Ni
💡 Use the right package manager
Stars: ✭ 179 (-96.61%)
Mutual labels:  npm, package-manager
Lite Server
Lightweight node server
Stars: ✭ 2,137 (-59.5%)
Mutual labels:  npm, tools
ck-env
CK repository with components and automation actions to enable portable workflows across diverse platforms including Linux, Windows, MacOS and Android. It includes software detection plugins and meta packages (code, data sets, models, scripts, etc) with the possibility of multiple versions to co-exist in a user or system environment:
Stars: ✭ 67 (-98.73%)
Mutual labels:  package-manager, tools
Npx
execute npm package binaries (moved)
Stars: ✭ 2,634 (-50.09%)
Mutual labels:  npm, package-manager
Rfcs
Public change requests/proposals & ideation
Stars: ✭ 428 (-91.89%)
Mutual labels:  npm, package-manager
Awesome Npm
Awesome npm resources and tips
Stars: ✭ 3,894 (-26.21%)
Mutual labels:  npm, package-manager
Npm Git Install
Clones and (re)installs packages from remote git repos. See npm/npm#3055
Stars: ✭ 49 (-99.07%)
Mutual labels:  npm, package-manager
Tiny Package Manager
Learn how npm or Yarn v1 works.
Stars: ✭ 125 (-97.63%)
Mutual labels:  npm, package-manager
Npq
🎖safely* install packages with npm or yarn by auditing them as part of your install process
Stars: ✭ 513 (-90.28%)
Mutual labels:  npm, package-manager
Asset Packagist
Asset Packagist
Stars: ✭ 235 (-95.55%)
Mutual labels:  npm, package-manager
Npminstall
Make `npm install` fast and easy.
Stars: ✭ 374 (-92.91%)
Mutual labels:  npm, package-manager
Benchmarks Of Javascript Package Managers
Benchmarks of JavaScript Package Managers
Stars: ✭ 388 (-92.65%)
Mutual labels:  npm, package-manager
Dependency Check
checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json
Stars: ✭ 435 (-91.76%)
Mutual labels:  npm
Appinfoscanner
一款适用于以HW行动/红队/渗透测试团队为场景的移动端(Android、iOS、WEB、H5、静态网站)信息收集扫描工具,可以帮助渗透测试工程师、攻击队成员、红队成员快速收集到移动端或者静态WEB站点中关键的资产信息并提供基本的信息输出,如:Title、Domain、CDN、指纹信息、状态信息等。
Stars: ✭ 424 (-91.97%)
Mutual labels:  tools

GitHub Workflow Status (branch) Coveralls github branch

npm - a JavaScript package manager

Requirements

One of the following versions of Node.js must be installed to run npm:

  • 12.x.x >= 12.13.0
  • 14.x.x >= 14.15.0
  • 16.0.0 or higher

Installation

npm comes bundled with node, & most third-party distributions, by default. Officially supported downloads/distributions can be found at: nodejs.org/en/download

Direct Download

You can download & install npm directly from npmjs.com using our custom install.sh script:

curl -qL https://www.npmjs.com/install.sh | sh

Node Version Managers

If you're looking to manage multiple versions of node &/or npm, consider using a "Node Version Manager" such as:

Usage

npm <command>

Links & Resources

  • Documentation - Official docs & how-tos for all things npm
    • Note: you can also search docs locally with npm help-search <query>
  • Bug Tracker - Search or submit bugs against the CLI
  • Roadmap - Track & follow along with our public roadmap
  • Feedback - Contribute ideas & discussion around the npm registry, website & CLI
  • RFCs - Contribute ideas & specifications for the API/design of the npm CLI
  • Service Status - Monitor the current status & see incident reports for the website & registry
  • Project Status - See the health of all our maintained OSS projects in one view
  • Events Calendar - Keep track of our Open RFC calls, releases, meetups, conferences & more
  • Support - Experiencing problems with the npm website or registry? File a ticket here

Acknowledgments

  • npm is configured to use the npm Public Registry at https://registry.npmjs.org by default; Usage of this registry is subject to Terms of Use available at https://npmjs.com/policies/terms
  • You can configure npm to use any other compatible registry you prefer. You can read more about configuring third-party registries here

FAQ on Branding

Is it "npm" or "NPM" or "Npm"?

npm should never be capitalized unless it is being displayed in a location that is customarily all-capitals (ex. titles on man pages).

Is "npm" an acronym for "Node Package Manager"?

Contrary to popular belief, npm is not in fact an acronym for "Node Package Manager"; It is a recursive bacronymic abbreviation for "npm is not an acronym" (if the project was named "ninaa", then it would be an acronym). The precursor to npm was actually a bash utility named "pm", which was the shortform name of "pkgmakeinst" - a bash function that installed various things on various platforms. If npm were to ever have been considered an acronym, it would be as "node pm" or, potentially "new pm".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].