Dancer2-Plugin-MarkdownFilesToHTML
view release on metacpan or search on metacpan
t/data/markdown_files/dzil_tutorial/tutorial01.md view on Meta::CPAN
direcotry on your home drive for tutorial projects:
`mkdir ~/dzil_projects`
`cd` into this directory and issue your first `Dist::Zilla` command:
`dzil setup`
`Dist::Zilla` will prompt you for your name, email address and ask some basic
questions about how your software will be released. Finally, it will ask you for
your credentials for your PAUSE account. If you don't have a PAUSE account or
don't know what one is, answer "no" and move on. You can always configure this
later. As we'll see, `Dist::Zilla` uses the configuration information you enter
and adds it to the appropriate files in your distribution.
### The `dzil new` Command
OK, now we are ready to start a distribution similar to the way we created one
with `h2xs`, by issuing a command:
`dzil new Greetings`
( run in 1.829 second using v1.01-cache-2.11-cpan-df04353d9ac )