urlmaker

1.0.0 • Public • Published

urlmaker

This node module converts the sentence into string connected by "-' or any custom character of choice

const sentence = "My Current Title"
 
let url = urlmaker(sentance, "-")
 
// return value url = my-current-title
 
 

Package Sidebar

Install

npm i urlmaker

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.58 kB

Total Files

5

Last publish

Collaborators

  • umeshbilagi