0.0.2 • Published 11 years ago

hooks-config v0.0.2

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

Hooks Config

This module helps you interact with the config section of the hooks.json file which drives hooks.

Usage

npm install hooks-config

var hksConfig = require("hooks-config");
hksConfig.view(function(data){
	data.setting = "set";
	hksConfig.save(data, function(err){
		if(err){
			//really, this should never happen...
		}
	});
});

Change Log

0.0.0

  • mvp
0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago