Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bin-npkg

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin-npkg

The node-os uses npm for package management, but the `npm` command is not sufficient for proper installation of node-os packages.

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

node-os package manager

The node-os uses npm for package management, but the npm command is not sufficient for proper installation of node-os packages.

The npkg command handles all os-related package management. If you're writing a node.js app, you will still use the npm command locally.

usage

Usage: npkg COMMAND TARGET

  Commands

    install            install package TARGET from npm
    run                run a package in the foreground
    show               list installed packages
    
    start              start package TARGET via init
    stop               stop running package TARGET via init
    list               list active jobs
    status             list an active jobs status
    
    config             manipulate config from command line
    
  Environment    
    
    NPKG_PORT/PORT     the port used to connect to init (Default 1)
    NPKG_BIND/BIND     the address init has bound to (Default localhost)

executables

$ npkg install wssh
$ wssh 192.168.0.123

services

$ npkg install wssh
$ npkg start wssh

FAQs

Package last updated on 19 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc