From 6ee0dc022cb6d57f5438e39943e01eed6da57e83 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Sun, 23 Aug 2020 10:40:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20=E2=80=94=20Remove=20tap.xml=20f?= =?UTF-8?q?rom=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- tap.xml | 36 ------------------------------------ 2 files changed, 2 insertions(+), 37 deletions(-) delete mode 100644 tap.xml 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.