mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-08-08 18:03:24 +02:00
🔥 — Remove tap.xml from git
This commit is contained in:
+2
-1
@@ -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/
|
||||
.cpanm/
|
||||
|
||||
@@ -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> Path to home directory of your application, defaults to
|
||||
the value of MOJO_HOME or auto-detection
|
||||
-m, --mode <name> 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.
|
||||
Reference in New Issue
Block a user