Socket
Socket
Sign inDemoInstall

node-confmanager

Package Overview
Dependencies
1
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-confmanager

A configuration manager


Version published
Weekly downloads
43
decreased by-35.82%
Maintainers
1
Install size
58.5 kB
Created
Weekly downloads
 

Readme

Source

node-confmanager

A configuration manager

Build status Coverage status Dependency status Dev dependency status Issues Pull requests

Installation

$ npm install node-confmanager

Features

  • All the features of the node-containerpattern package
  • clone data in "get" action to avoid unwanted changes
  • Saving the data in a JSON file
  • Load the data from this JSON file and/or commandline
  • access to the data with shortcuts in commandline

Doc

Inheritance

check the official 'node-containerpattern' object documentation

Content

check the TypeScript definition file

Examples

check the TypeScript compilation tests

Run

# if "debug" skeleton is setted & defined as a boolean
node mysoft.js -d      # if "debug" shortcut is setted
node mysoft.js --debug
node mysoft.js --debug "true"
node mysoft.js --debug "yes"
node mysoft.js --debug "y"
# if "arr" skeleton is defined as a array
node mysoft.js --arr test1 test2
node mysoft.js --arr "[ \"test1\", \"test2\" ]"

Tests

$ npm run-script tests

License

ISC

Keywords

FAQs

Last updated on 17 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc