Socket
Book a DemoInstallSign in
Socket

nachos-open

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nachos-open

Open nachos packages

1.0.0
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
4
Weekly downloads
 
Created
Source

open

Open nachos packages

LinuxOSXWindowsCoverageDependenciesDevDependencies
Coverage Status

Have a problem? Come chat with us!

Join the chat at https://gitter.im/nachos/open

Installation

  $ [sudo] npm install nachos-open -g

Note: If you are using nachos open programmatically

  $ cd /path/to/your/project
  $ [sudo] npm install nachos-open --save

Examples

From a command line

Open nachos package

  $ nachos-open package-name
  // -> opens package-name

Supports args to the package

  $ nachos-home package-name a r g s
  // -> opens package-name with ['a', 'r', 'g', 's']

From code

nachosOpen(name, [args])

var nachosOpen = require('nachos-open');

nachosOpen('package-name', ['a', 'r', 'g', 's'])
  .then(function () {
    // Opend succesfully
  })
  .catch(function (err) {
    // Handle error
  });

Run Tests

  $ npm test

License

GNU GPLv2

Keywords

nachos

FAQs

Package last updated on 26 Sep 2015

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.