Sha256: d42ce2080e3e264ec4f6c7ef50671156adff8f2f1561c2ec8ffeb1ffdbc5b177
Contents?: true
Size: 1016 Bytes
Versions: 2
Compression:
Stored size: 1016 Bytes
Contents
##Namer Rename your project with a single command. ###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](https://github.com/winton/gem_template) to self-replicate without copying the code used to self-replicate :). ###Contribute [Create an issue](https://github.com/winton/namer/issues/new) to discuss template changes. Pull requests for template changes and new branches are even better. ###Stay up to date [Star this project](https://github.com/winton/namer#) on Github. [Follow Winton Welsh](http://twitter.com/intent/user?screen_name=wintonius) on Twitter.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
namer-0.0.2 | README.md |
namer-0.0.1 | README.md |