diff --git a/.gitignore b/.gitignore index dd3b30b..8641aff 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ script/hypnotoad.pid local/* files/* stop-upload +tap.xml themes/* !themes/default !themes/default/* @@ -21,4 +22,4 @@ cover_db/* .ash_history .vscode/ .DS_Store -.cpanm/ \ No newline at end of file +.cpanm/ diff --git a/tap.xml b/tap.xml deleted file mode 100644 index 55facac..0000000 --- a/tap.xml +++ /dev/null @@ -1,36 +0,0 @@ -Usage: APPLICATION COMMAND [OPTIONS] - - mojo version - mojo generate lite_app - ./myapp.pl daemon -m production -l http://*:8080 - ./myapp.pl get /foo - ./myapp.pl routes -v - -Tip: CGI and PSGI environments can be automatically detected very often and - work without commands. - -Options (for all commands): - -h, --help Get more information on a specific command - --home Path to home directory of your application, defaults to - the value of MOJO_HOME or auto-detection - -m, --mode Operating mode for your application, defaults to the - value of MOJO_MODE/PLACK_ENV or "development" - -Commands: - cgi Start application with CGI - cpanify Upload distribution to CPAN - cron Execute tasks. - daemon Start application with HTTP and WebSocket server - eval Run code against application - generate Generate files and directories from templates - get Perform HTTP request - image Manage stored images - inflate Inflate embedded files to real files - prefork Start application with pre-forking HTTP and WebSocket server - psgi Start application with PSGI - routes Show available routes - test Run tests - theme Create new theme skeleton. - version Show versions of available modules - -See 'APPLICATION help COMMAND' for more information on a specific command.