Socket
Socket
Sign inDemoInstall

app-conf

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

app-conf

## Usage


Version published
Weekly downloads
583
decreased by-9.61%
Maintainers
1
Weekly downloads
 
Created
Source

app-conf Build Status

Usage

var loadConfig = require('app-conf').load;

loadConfig('my-application').then(function (config) {
  console.log(config);
});

The following files are looked up and merged (the latest take precedence):

  • config.* in the project directory;
  • /etc/my-application/config.*;
  • ~/.config/my-application/config.*;
  • /.my-application.* down to ./.my-application.* in the current working directory.

JSON format is supported natively but you may install the following packages to have additional features:

Contributing

Contributions are very welcome, either on the documentation or on the code.

You may:

  • report any issue you've encountered;
  • fork and create a pull request.

License

ISC © Julien Fontanet

FAQs

Package last updated on 27 Jul 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

  • 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