Skip to content

A simple registry for saving and retrieving objects and values in Node.js.

Notifications You must be signed in to change notification settings

michaelhodgins/simple-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Simple Registry

A simple registry for saving and retrieving objects and values in Node.js.

##Install

npm install simple-registry

##Use

registry = require('simple-registry');

registry.set('my-object', myObject);
registry.has('my-object');
var obj = registry.get('my-object');
registry.remove('my-object');

Easy!

About

A simple registry for saving and retrieving objects and values in Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published