0.2.0 • Published 10 years ago

simple-namespace v0.2.0

Weekly downloads
9
License
-
Repository
github
Last release
10 years ago

simple-namespace

Build Status

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.