simple-namespace
v0.2.0
Published
An easy (and almost-too-simple) method for generating a 'namespace'.
Downloads
4
Readme
simple-namespace
An easy (and almost-too-simple) method for generating a 'namespace'.
Getting Started
Install the module with: npm install simple-namespace
var ns = require('simple-namespace');
ns('My.Nested.Namespace'); // returns and object, creates it if it doesn't already exist.
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
License
Copyright (c) 2014 Simon Elvery
Licensed under the MIT license.