Project

namer

0.0
No commit activity in last 3 years
No release in over 3 years
Project template manager
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0
 Project Readme

##Namer

Rename your project with a single command.

Build Status

###Install

gem install namer

###Rename project

cd project
namer project:new_project Project:NewProject

This replaces code and file names:

  • project becomes new_project
  • Project becomes NewProject

It will also replace the keywords on the git origin URL (if git repo).

###Replace file via inline comment

puts "replace me"

# -- replace
# raise "replaced by me"

After running namer, this ruby file would only contain raise "replace by me".

This feature allows gem_template to self-replicate without copying the code used to self-replicate :).

###Contribute

Create an issue to discuss template changes.

Pull requests for template changes and new branches are even better.

###Stay up to date

Star this project on Github.

Follow Winton Welsh on Twitter.