domainize
Installation
$ npm install domainize
Usage
var domainize =
Tests
$ npm test
Coverage
$ npm run cover
API
domainize(name, domain)
Create a reverse dns string from the given name
Example
var test1 = // 'com.evan.test'
domainize.to(name, domain)
See above
domainize.from(str)
Simply pops off the last component of the given str
Example
var test1 = var orig = domainize// => 'test'
License
MIT