npm —l
Usage: npm <command>where <command> is one of:access npm access public [<package>]npm access restricted [<package>]npm access grant <read-only|read-write> <scope:team> [<package>]npm access revoke <scope:team> [<package>]npm access ls-packages [<user>|<scope>|<scope:team>]npm access ls-collaborators [<package> [<user>]]npm access edit [<package>]adduser npm adduser [--registry=url] [--scope=@orgname] [--auth-type=legacy] [--always-auth]aliases: login, add-userbin npm bin [--global]bugs npm bugs [<pkgname>]alias: issuescache npm cache add <tarball file>npm cache add <folder>npm cache add <tarball url>npm cache add <git url>npm cache add <name>@<version>npm cache cleannpm cache verifycompletion source <(npm completion)config npm config set <key> <value>npm config get [<key>]npm config delete <key>npm config list [--json]npm config editnpm set <key> <value>npm get [<key>]alias: cdedupe npm dedupealiases: ddp, find-dupesdeprecate npm deprecate <pkg>[@<version>] <message>dist-tag npm dist-tag add <pkg>@<version> [<tag>]npm dist-tag rm <pkg> <tag>npm dist-tag ls [<pkg>]alias: dist-tagsdocs npm docs <pkgname>npm docs .alias: homedoctor npm doctoredit npm edit <pkg>[@<version>]explore npm explore <pkg> [ -- <command>]get npm get <key> <value> (See `npm config`)helphelp-search npm help-search <text>init npm init [--force|-f|--yes|-y]installnpm install (with no args, in package dir)npm install [<@scope>/]<pkg>npm install [<@scope>/]<pkg>@<tag>npm install [<@scope>/]<pkg>@<version>npm install [<@scope>/]<pkg>@<version range>npm install <folder>npm install <tarball file>npm install <tarball url>npm install <git:// url>npm install <github username>/<github project>aliases: i, isntall, addcommon options: [--save-prod|--save-dev|--save-optional] [--save-exact] [--no-save]install-testnpm install-test [args]Same args as `npm install`alias: itlink npm link (in package dir)npm link [<@scope>/]<pkg>[@<version>]alias: lnlogout npm logout [--registry=<url>] [--scope=<@scope>]ls npm ls [[<@scope>/]<pkg> ...]aliases: list, la, lloutdated npm outdated [[<@scope>/]<pkg> ...]owner npm owner add <user> [<@scope>/]<pkg>npm owner rm <user> [<@scope>/]<pkg>npm owner ls [<@scope>/]<pkg>alias: authorpack npm pack [[<@scope>/]<pkg>...]ping npm pingping registryprefix npm prefix [-g]prune npm prune [[<@scope>/]<pkg>...] [--production]publish npm publish [<tarball>|<folder>] [--tag <tag>] [--access <public|restricted>]Publishes '.' if no argument suppliedSets tag `latest` if no --tag specifiedrebuild npm rebuild [[<@scope>/<name>]...]alias: rbrepo npm repo [<pkg>]restart npm restart [-- <args>]root npm root [-g]run-script npm run-script <command> [-- <args>...]aliases: run, rumsearch npm search [--long] [search terms ...]aliases: s, se, findset npm set <key> <value> (See `npm config`)shrinkwrap npm shrinkwrapstar npm star [<pkg>...]npm unstar [<pkg>...]alias: unstarstars npm stars [<user>]start npm start [-- <args>]stop npm stop [-- <args>]team npm team create <scope:team>npm team destroy <scope:team>npm team add <scope:team> <user>npm team rm <scope:team> <user>npm team ls <scope>|<scope:team>npm team edit <scope:team>test npm test [-- <args>]aliases: tst, tuninstall npm uninstall [<@scope>/]<pkg>[@<version>]... [--save-prod|--save-dev|--save-optional] [--no-save]aliases: un, unlink, remove, rm, runpublish npm unpublish [<@scope>/]<pkg>[@<version>]update npm update [-g] [<pkg>...]aliases: up, upgrade, udpateversion npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git](run in package dir)'npm -v' or 'npm --version' to print npm version (5.4.2)'npm view <pkg> version' to view a package's published version'npm ls' to inspect current package/dependency versionsview npm view [<@scope>/]<pkg>[@<version>] [<field>[.subfield]...]aliases: v, info, showwhoami npm whoami [--registry <registry>](just prints username according to given registry)npm <command> -h quick help on <command>npm -l display full usage infonpm help <term> search for help on <term>npm help npm involved overviewSpecify configs in the ini-formatted file:/Users/a1/.npmrcor on the command line via: npm <command> --key valueConfig info can be viewed via: npm help config
node —help
Usage: node [options] [ -e script | script.js | - ] [arguments]node inspect script.js [arguments]Options:-v, --version print Node.js version-e, --eval script evaluate script-p, --print evaluate script and print result-c, --check syntax check script without executing-i, --interactive always enter the REPL even if stdindoes not appear to be a terminal-r, --require module to preload (option can be repeated)- script read from stdin (default; interactive mode if a tty)--inspect[=[host:]port] activate inspector on host:port(default: 127.0.0.1:9229)--inspect-brk[=[host:]port]activate inspector on host:portand break at start of user script--inspect-port=[host:]portset host:port for inspector--no-deprecation silence deprecation warnings--trace-deprecation show stack traces on deprecations--throw-deprecation throw an exception on deprecations--pending-deprecation emit pending deprecation warnings--no-warnings silence all process warnings--napi-modules load N-API modules--abort-on-uncaught-exceptionaborting instead of exiting causes acore file to be generated for analysis--expose-http2 enable experimental HTTP2 support--trace-warnings show stack traces on process warnings--redirect-warnings=filewrite warnings to file instead ofstderr--trace-sync-io show stack trace when use of sync IOis detected after the first tick--trace-events-enabled track trace events--trace-event-categories comma separated list of trace eventcategories to record--track-heap-objects track heap object allocations for heap snapshots--prof-process process v8 profiler output generatedusing --prof--zero-fill-buffers automatically zero-fill all newly allocatedBuffer and SlowBuffer instances--v8-options print v8 command line options--v8-pool-size=num set v8's thread pool size--tls-cipher-list=val use an alternative default TLS cipher list--use-bundled-ca use bundled CA store (default)--use-openssl-ca use OpenSSL's default CA store--openssl-config=file load OpenSSL configuration from thespecified file (overridesOPENSSL_CONF)--icu-data-dir=dir set ICU data load path to dir(overrides NODE_ICU_DATA)--preserve-symlinks preserve symbolic links when resolving--experimental-modules experimental ES Module supportand caching modulesEnvironment variables:NODE_DEBUG ','-separated list of core modulesthat should print debug informationNODE_DISABLE_COLORS set to 1 to disable colors in the REPLNODE_EXTRA_CA_CERTS path to additional CA certificatesfileNODE_ICU_DATA data path for ICU (Intl object) dataNODE_NO_WARNINGS set to 1 to silence process warningsNODE_OPTIONS set CLI options in the environmentvia a space-separated listNODE_PATH ':'-separated list of directoriesprefixed to the module search pathNODE_REPL_HISTORY path to the persistent REPL historyfileNODE_REDIRECT_WARNINGS write warnings to path instead ofstderrOPENSSL_CONF load OpenSSL configuration from fileDocumentation can be found at https://nodejs.org/
