0.0.5 • Published 8 years ago

gcfg v0.0.5

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 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

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago