0.1.0 • Published 9 years ago

unslug v0.1.0

Weekly downloads
32
License
MIT
Repository
github
Last release
9 years ago

node-unslug

un-slug in node.js implementation. Change slug 'hello-world' to 'Hello World'

Usage

var unslug = require('./');

console.log(unslug('hello-world'));	
// outputs: Hello World

console.log(unslug('a-simple-demo'));
// outputs: A Simple Demo

unslug on NPM

You can install node-unslug via NPM, like so:

npm install unslug

:)

Simple

License

MIT