0.1.3 • Published 6 years ago

@nielse63/titlecase v0.1.3

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

titlecase

Capitalize the first letter of each word

Installation

Install with Yarn or npm

yarn add --dev @nielse63/titlecase
npm install --dev @nielse63/titlecase

Usage

const titlecase = require('@nielse63/titlecase');

const output = titlecase('some string of mine');
// "Some String Of Mine"

Contributing

Development Setup

This project uses a monorepo setup that requires using Yarn because it relies on Yarn workspaces. Clone the repo and install the dependencies:

git clone https://github.com/nielse63/nielse63.git
cd nielse63
yarn

License

MIT © Erik Nielsen