RenameProject
A rename tool for projects that are managed on Git.
Installation
$ gem install rename_project
Usage
$ rename_project source_name dest_name
Contributing
- Fork it ( https://github.com/myokoym/rename_project/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request