GitXplorerGitXplorer
s

caseconverter

public
22 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
5bb40937e0ec602bccf3707ee714e53f49d649af

Update README.md

sstrboul committed 6 years ago
Unverified
45be330f675078a91605cd7eb95a5281db6799d7

Update README

sstrboul committed 6 years ago
Unverified
d35d14ff0505dce647705d3d17cb6a0628f51655

Ignore travis in the build

sstrboul committed 6 years ago
Unverified
7badf3f426aeb73db52a9bea4a2163a323939ce7

Add documentation

sstrboul committed 6 years ago
Unverified
b1e8164f324b88b66431c09e69be62ce170d427e

Add extensible tests

sstrboul committed 6 years ago
Unverified
31b8373861aff99143c443443ae86df1f7288ab7

Support converting line by cursor position

sstrboul committed 6 years ago

README

The README file for this repository.

caseconverter

Travis build status

An RStudio Addin to convert text cases to lower, upper, snake, and camel cases.

Installation

# install.packages("devtools")
devtools::install_github("strboul/caseconverter")

Reasoning

I often find myself to have a comfortable (and interactive) way to convert the case of selected text in a file when working in the RStudio environment.

See also

  • snakecase package used for camel and snake case changes.

License

MIT