nopt.js

3.10.10-1.6.10.3.1.fc26.x86_64 : Node.js Package Manager

Install

All systems
curl cmd.cat/nopt.js.sh
Debian Debian
apt-get install node-gyp
Ubuntu
apt-get install npm
Alpine
apk add npm
Arch Arch Linux
pacman -S node-gyp
image/svg+xml Kali Linux
apt-get install node-gyp
Fedora
dnf install nodejs-nopt
Windows (WSL2)
sudo apt-get update sudo apt-get install npm
Raspbian
apt-get install nodered
Docker
docker run cmd.cat/nopt.js nopt.js powered by Commando

npm-1

3.10.10-1.6.10.3.1.fc26.x86_64 : Node.js Package Manager

nodejs-nopt

Node.js option parsing

nodered

Node-RED flow editor for the Internet of Things

A graphical flow editor for event based applications. Runs on Node.js - using a browser for the user interface. See http://nodered.org for more information, documentation and examples. Copyright 2017,2018 JS Foundation and other contributors, https://js.foundation/ Copyright 2015,2017 IBM Corp. Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

npm

package manager for Node.js

Node.js is an event-based server-side javascript engine. npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency conflicts intelligently. It is extremely configurable to support a wide variety of use cases. Most commonly, it is used to publish, discover, install, and develop node programs.

apm

Atom package manager

bower

A package manager for the web

cordova

Cordova command line interface tool

atom

A hackable text editor for the 21st Century

check_api

A gate-keeper tool for the APIs.guru API collection

grunt-cli

The grunt command line interface.

gtop

System monitoring dashboard for terminal

matrix-appservice-irc

Node.js IRC bridge for Matrix

node-gyp

Native addon build tool for Node.js

node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js. It features : * Easy to use, consistent interface * Same commands to build a module on every platform * Support of multiple target versions of Node.js node-gyp replaces node-waf program which was deprecated in Node.js 0.8 and removed since Node.js 0.10. Node.js is an event-based server-side javascript engine.