davidjairala / exampler

copies .example.yml over to .yml files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exampler

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.

Usage

cd ~/projects/
git clone git@github.com:davidjairala/exampler.git
cd my_project/
../exampler/exampler

Requirements

  • Git

About

copies .example.yml over to .yml files

License:MIT License


Languages

Language:Ruby 100.0%