0.3.2 • Published 12 years ago
titlecaps v0.3.2
titlecaps
Node module to capitalize first letter in each word
Getting Started
Install the module with: npm install titlecaps
var caps = require('./serverScripts/titlecaps.js');
caps.titlecaps("capitolize me"); //Capitolize 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.