1.0.16 • Published 5 years ago
@will-stone/title-case v1.0.16
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 CaseInstall
yarn add @will-stone/title-case
# or
npm i @will-stone/title-caseDevelopment
Install dependencies:
yarnRun test suite:
yarn test
# or
yarn test --watchPublishing
yarn releaseNB: this calls the
versionscript first, which builds the project. If this is not done, the version in thepkg(build) directory will not have the chosen version number and will fail due to trying to publish the same version.