basic-read-config

1.0.3 • Public • Published

Basic Read Config

To load config file json from recived path and default config.

  • get ./config.json by default
  • if does not exists no problem
  • you can use default config object
  • if config json file exists they overrite values

Use

here if user pass args -c path_of_file then basic-read-config module get config json file of path

Example: node app.js -c C:/folder/myjson.json


var config = require("basic-read-config") ;

var myConfig = config({ a:1, b:2 });//pass default config if file not founded or not passed
console.log ( myConfig ) ;

Readme

Keywords

none

Package Sidebar

Install

npm i basic-read-config

Weekly Downloads

2

Version

1.0.3

License

ISC

Unpacked Size

2.2 kB

Total Files

6

Last publish

Collaborators

  • reytuty