Skip to content

Commit

Permalink
Document the purpose of the .dancer file
Browse files Browse the repository at this point in the history
  • Loading branch information
cromedome committed Jul 31, 2023
1 parent a6f15f6 commit ddca6d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/Dancer2/Manual.pod
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ It creates a directory named after the name of the app, along with a
configuration file, a views directory (where your templates and layouts
will live), an environments directory (where environment-specific
settings live), a module containing the actual guts of your application, and
a script to start it. A default skeleton is used to bootstrap the new
a script to start it. Finally, F<.dancer> indicates the root directory of
your app, making it easier for Dancer2 to determine the various paths it
needs for finding resources and code within your application.

A default skeleton is used to bootstrap the new
application, but you can use the C<-s> option to provide another skeleton.
For example:

Expand Down

0 comments on commit ddca6d3

Please sign in to comment.