unslug

0.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i unslug

Weekly Downloads

75

Version

0.1.0

License

MIT

Last publish

Collaborators

  • jackniu