encrypted-databags
v0.3.3
Published
node.js module implements chef like encrypted databags
Downloads
2
Readme
encrypted databags
Description
chef like encrypted databags
Motivation
Usage
running tests and samples
# run "npm install" once after checkout
# run mocha tests:
mocha -R tap --compilers coffee:coffee-script test/encrypted_databag-test.coffee
development
development is taking place in the coffee files in the src folder. the javascript files are generated into the lib directory with the command:
cake build