0.1.5 • Published 8 years ago

rc-namespace v0.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

rodi-namespace

A utility library for quickly creating namespaces.

Installation

The module is available in npm, to install:

$ npm install rc-namespace --save

Also available in Bower:

$ bower install rc-namespace --save

Usage

var rc = require('rc-namespace'); rc.namespace('my.awesome.package.HelloWorld');

Tests

Run $ npm test

Release History

  • 0.1.0 Initial release
  • 0.1.1 Only export method if module is available
  • 0.1.2 Bower support
  • 0.1.3 Fixed the reference to this
  • 0.1.4 The namespace is returned upon creation
  • 0.1.5 Updated the readme file