0.1.3 • Published 6 years ago

@nielse63/capitalize v0.1.3

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

@nielse63/capitalize

Capitalize the first letter of any string

Installation

Install with Yarn or npm

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

Usage

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

const output = capitalize('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