Socket
Book a DemoInstallSign in
Socket

nachos-config

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nachos-config

nachos settings file for nachos

1.2.0
latest
Source
npmnpm
Version published
Maintainers
4
Created
Source

nachos-config

Nachos settings file for nachos

LinuxOSXWindowsCoverageDependenciesDevDependencies
Coverage Status

Have a problem? Come chat with us!

Join the chat at https://gitter.im/nachos/nachos-config

Installation

$ [sudo] npm install nachos-config --save

Examples

Nachos settings defines the defaults for nachos settings file

var nachosConfig = require('nachos-config');

See settings-file documentation to see list of available functions

Extra functions

Nachos config has extra functions on top of the SettingsFile functions

App defaults

nachosConfig.getDefaultApp('txt')
  .then(function (command) {
    // command => /var/bin/gedit.desktop
  });
  
nachosConfig.setDefaultApp('txt', '/var/bin/gedit.desktop')
  .then(function () {
    // saved successfully!
  });

Run Tests

$ npm test

License

MIT

Keywords

nachos

FAQs

Package last updated on 01 Oct 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.