1.0.16 • Published 5 years ago

@will-stone/title-case v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

DEPRECATED

Please use tings/toTitleCase instead.


Title Case

A Lodash addon to convert a string to title case.

titleCase('this is an example of title case')
// > This is an Example of Title Case

Install

yarn add @will-stone/title-case
# or
npm i @will-stone/title-case

Development

Install dependencies:

yarn

Run test suite:

yarn test
# or
yarn test --watch

Publishing

yarn release

NB: this calls the version script first, which builds the project. If this is not done, the version in the pkg (build) directory will not have the chosen version number and will fail due to trying to publish the same version.

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.8

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago