1.0.8 • Published 1 year ago

word-casing v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

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

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago