From b66bd05c44bd048c0c5c4230a3ea65f38d90a013 Mon Sep 17 00:00:00 2001 From: Richard Poole Date: Fri, 10 Oct 2014 15:44:41 +0100 Subject: [PATCH] document how to use ignore file types in configuration --- bin/module-starter | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bin/module-starter b/bin/module-starter index d8bbb8a..a9a611d 100755 --- a/bin/module-starter +++ b/bin/module-starter @@ -80,12 +80,14 @@ line parameters. The default location is C<$HOME/.module-starter/config> but if the MODULE_STARTER_DIR environment variable is set, module-starter will look for C in that directory. -The configuration file is just a list of names and values, separated by colons. -Values that take lists are just space separated. A sample configuration file -might read: +The configuration file is just a list of names and values, separated by +colons. Values that take lists are just space separated. Note that the +C<--ignores> command line parameter corresponds to the C +configuration file entry. A sample configuration file might read: author: Ricardo SIGNES email: rjbs@cpan.org + ignores_type: git plugins: Module::Starter::Simple Module::Starter::Plugin::XYZ xyz_option: red green blue