Skip to content

JerrySievert/global

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Global -- Implementation of the Global Pattern for Node.js

  • Works
  • Small Footprint (37 bytes)

Using

File1.js:

var globe = require('global');

globe.foo = 'bar';

File2.js:

var globe = require('global');

console.log(globe.foo); // should be 'bar'

Installing

npm install global

Running Tests

vows test/test.js

About

Global Pattern for Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages