Skip to content

Commit

Permalink
Autocreate lib and t directories
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Jun 30, 2011
1 parent 64aa92c commit 5e41d4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/module-starter
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ sub MAIN($name, :$description) {
mkdir $dir;
chdir $dir;

mkdir 'lib';
mkdir 't';

my $desc = $description
// prompt("Please enter a short description: ");;
my $user = qx/git config --global github.user/.chomp;
Expand Down

0 comments on commit 5e41d4f

Please sign in to comment.