8000 GitHub - afeld/refactor: a command line tool to help refactor your code
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

afeld/refactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refactor

A command line tool to help refactor your code.

example

Usage

Make sure your code is backed up (e.g. under version control and fully committed) first!

gem install refactor
# Then, from your project (sub)directory:
refactor FROM TO

where FROM and TO can each be a name that has_underscores, is CamelCased, or has-dashes. It will replace the FROM with the TO in the corresponding format, both in the filenames and the body of the file.

About

a command line tool to help refactor your code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0