0.0.5 • Published 7 years ago

gcfg v0.0.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 years ago

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)
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago