$ module-starter --module=Foo::Bar --author=Foo --email=foo@bar.com $ pushd Foo-Bar $ git init $ git add . $ git commit -m'init' $ #optionally push to github or other upstream repo