glennforrest / cli-date-formats
命令行应用程序,用于在终端显示常用的日期格式占位符
v1.0.4
2022-02-18 08:49 UTC
Requires
- php: ^8.0
- illuminate/view: 9.0
- nunomaduro/termwind: ^1.4
Requires (Dev)
- laravel-zero/framework: 9.0
- mockery/mockery: ^1.4.3
- pestphp/pest: ^1.3
README
_____ _ ______ _ | __ \ | | | ____| | | | | | | __ _| |_ ___ | |__ ___ _ __ _ __ ___ __ _| |_ ___ | | | |/ _` | __/ _ \ | __/ _ \| '__| '_ ` _ \ / _` | __/ __| | |__| | (_| | || __/ | | | (_) | | | | | | | | (_| | |_\__ \ |_____/ \__,_|\__\___| |_| \___/|_| |_| |_| |_|\__,_|\__|___/ This CLI application provides date formatting tokens for some of the most commonly used libraries/packages/languages in your terminal.
以下语言/包目前得到支持
安装
composer global require glennforrest/cli-date-formats
命令选项
date-formats Description: Display date formats for a given language or package Usage: date-formats [options] [--] [<vendor>] Arguments: vendor The language or package to show date formats for Options: --compact Show only the date formats -h, --help Display help for the given command. When no command is given display help for the date-formats command -q, --quiet Do not output any message -V, --version Display this application version --ansi|--no-ansi Force (or disable --no-ansi) ANSI output -n, --no-interaction Do not ask any interactive question --env[=ENV] The environment the command should run under -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
示例
date-formats php
发现任何不正常的工作?请在此处免费打开一个问题 here
