Skip to content

Cusicon/word-casing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Casing

Word casing is a client-side Javascript library for converting a statement into sentence-case words.

Installation

Use the node package manager npm to install word-casing

Using NPM

npm i word-casing

Using YARN

yarn add word-casing

Initialization

<script src="[path-to-package].js"></script>;

OR;

require("word-casing");

OR;

import "word-casing";

Usage

"john doe".toNameCase()

// Result: John Doe

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A Javascript library for converting a statement into sentence-case words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published