★ wanayoo — archive 1999 https://github.com/DannyBen/recodeNouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Recode - Command line refactoring utility

Gem Version Build Status Maintainability


Demo


Installation

$ gem install recode

Usage

$ recode --help
Code Refactoring Utility

Usage:
  recode OLD [to] NEW [in] EXTENSIONS... [options]
  recode (-h|--help)

Options:
  -a --apply
    Apply changes

  -p --prompt
    Apply changes interactively

  -h --help
    Show this help

Parameters:
  OLD
    Old string, singular and capitalized

  NEW
    New string, singular and capitalized

  EXTENSIONS
    Space delimited file extensions

Examples:
  recode Member User rb
  recode Member to User in rb js
  recode Member to User in rb js --apply
  recode Member to User in rb js -p

Contributing / Support

If you experience any issue, have a question or a suggestion, or if you wish to contribute, feel free to open an issue.


About

Command line refactoring utility

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.