If you like working with YML files in your Ruby projects and tend to create .example.yml files to ignore the actual settings for your projects to keep them from entering your version control, this might come in handy.
It just copies all those pesky example files into the normal YML versions.
cd ~/projects/
git clone [email protected]:davidjairala/exampler.git
cd my_project/
../exampler/exampler
- Git