Skip to content

Agreon/GlobalConfigManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlobalConfigManager

Manages Global Config files for npm-modules

Description

This simple module reads from and writes json files to the users home directory, so that data can be saved globally.

Usage

set (applicationId, fileName, content, cb)

  • applicationId: Id of your application
  • fileName: self-explanatory
  • content: Content of the file
  • cb: Callback (err)

get (applicationId, fileName, cb)

  • applicationId: Id of your application
  • fileName: self-explanatory
  • cb: Callback (err, data)

About

Manages Global Config files for npm-modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published