Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 659 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 659 Bytes

NameCase

A Sublime Text plugin to properly capitalize people's names. This package uses the npm namecase module, which runs in node.js.

Installation

Check that you have node.js installed and in your path.

Next, install the namecase module globally.

npm install -g namecase

Go to the "Packages" directory (Preferences / Browse Packages…). Then clone this repository:

git clone git://github.com/emgee3/sublime-namecase

Information

Source: https://github.com/emgee3/sublime-namecase