New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

titlecaps

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

titlecaps

Node module to capitalize first letter in each word

latest
Source
npmnpm
Version
0.3.2
Version published
Maintainers
1
Created
Source

titlecaps Build Status

Node module to capitalize first letter in each word

Getting Started

Install the module with: npm install titlecaps

var caps = require('titlecaps');

caps.titlecaps("capitalize me"); // Capitalize Me

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2013 Julia Jacobs
Licensed under the MIT license.

Keywords

capitalize word

FAQs

Package last updated on 16 May 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts