1DANCER2(1)            User Contributed Perl Documentation           DANCER2(1)
2
3
4

NAME

6       dancer2 - Dancer2 command line interface
7

VERSION

9       version 0.400000
10

SYNOPSIS

12       dancer2 <command> [options...]
13

DESCRIPTION

15       Dancer2 is the new generation lightweight web-framework for Perl.  This
16       tool provides nice, easily-extendable CLI interface for it.
17
18   Documentation Index
19       Documentation on Dancer2 is split into several manpages. Below is a
20       complete outline on where to go for help.
21
22       •   Dancer2 Tutorial
23
24           If you are new to the Dancer approach, you should start by reading
25           our Dancer2::Tutorial.
26
27       •   Dancer2 Manual
28
29           Dancer2::Manual is the reference for Dancer2. Here you will find
30           information on the concepts of Dancer2 application development and
31           a comprehensive reference to the Dancer2 domain specific language.
32
33       •   Dancer2 Keywords
34
35           The keywords for Dancer2 can be found under DSL Keywords.
36
37       •   Dancer2 Deployment
38
39           For configuration examples of different deployment solutions
40           involving Dancer2 and Plack, refer to Dancer2::Manual::Deployment.
41
42       •   Dancer2 Cookbook
43
44           Specific examples of code for real-life problems and some 'tricks'
45           for applications in Dancer can be found in Dancer2::Cookbook
46
47       •   Dancer2 Config
48
49           For configuration file details refer to Dancer2::Config. It is a
50           complete list of all configuration options.
51
52       •   Dancer2 Plugins
53
54           Refer to Dancer2::Plugins for a partial list of available Dancer2
55           plugins. Note that although we try to keep this list up to date we
56           expect plugin authors to tell us about new modules.
57
58       •   Dancer2 Migration guide
59
60           Dancer2::Manual::Migration provides the most up-to-date instruction
61           on how to convert a Dancer (1) based application to Dancer2.
62

NAME

64       dancer2 - Dancer2 command line interface
65

COMMANDS

67       •   gen
68
69           Create a new Dancer2 application.
70
71       •   version
72
73           Display version of Dancer2 currently installed.
74
75       To get detailed description of each individual command run:
76
77           dancer2 <command> --help
78
79       The latest list of available commands can be displayed by:
80
81           dancer2
82

AUTHOR

84       Dancer Core Developers
85
87       This software is copyright (c) 2021 by Alexis Sukrieh.
88
89       This  is  free software; you can redistribute it and/or modify it under
90       the same terms as the Perl 5  programming  language  system itself.
91

AUTHOR

93       Dancer Core Developers
94
96       This software is copyright (c) 2022 by Alexis Sukrieh.
97
98       This is free software; you can redistribute it and/or modify it under
99       the same terms as the Perl 5 programming language system itself.
100
101
102
103perl v5.36.0                      2022-07-22                        DANCER2(1)
Impressum