kiwa / console
此库提供了一个命令行界面(CLI),用于帮助处理使用 Kiwa 制作的网站。
0.24.2
2024-09-08 16:11 UTC
Requires
- php: >=7.4
- ext-json: *
- axy/htpasswd: ^1.0 || ^2.0
- bitandblack/composer-helper: ^0 || ^1.0
- bitandblack/helpers: ^1.0 || ^2.0
- bitandblack/pathinfo: ^0 || ^1.0
- bitandblack/sentence-construction: ^1.0 || ^2.0
- kiwa/core: >=0.25 <1.0
- nette/robot-loader: ^3.4 || ^4.0
- nikic/php-parser: ^5.0
- ocramius/package-versions: ^1.9 || ^2.0
- places2be/locales: ^1.12 || ^2.0
- spatie/emoji: ^2.0 || ^3.0 || ^4.0
- symfony/console: ^5.1 || ^6.0 || ^7.0
- symfony/dotenv: ^5.1 || ^6.0 || ^7.0
- symfony/process: ^5.1 || ^6.0 || ^7.0
- symfony/yaml: ^5.1 || ^6.0 || ^7.0
Requires (Dev)
- phpstan/phpstan: ^1.0
- phpunit/phpunit: ^11.0
- rector/rector: ^1.0
- stichoza/google-translate-php: ^4.1 || ^5.0
- symplify/easy-coding-standard: ^12.0
Replaces
- dev-master
- 0.24.2
- 0.24.1
- 0.24.0
- 0.23.1
- 0.23.0
- 0.22.0
- 0.21.2
- 0.21.1
- 0.21.0
- 0.20.x-dev
- 0.20.3
- 0.20.2
- 0.20.1
- 0.20.0
- 0.19.x-dev
- 0.19.3
- 0.19.2
- 0.19.1
- 0.19.0
- 0.18.x-dev
- 0.18.2
- 0.18.1
- 0.18.0
- 0.18.0-RC3
- 0.18.0-RC2
- 0.18.0-RC1
- 0.17.x-dev
- 0.17.3
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.x-dev
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.4
- 0.13.3
- 0.13.2
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.x-dev
- 0.11.4
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.x-dev
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.1
- 0.9.0
- 0.8.0
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.12
- 0.4.11
- 0.4.10
- 0.4.9
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
- dev-feature/KW-52-amp-support
This package is auto-updated.
Last update: 2024-09-12 09:56:30 UTC
README
Kiwa Console
此库提供了一个命令行界面(CLI),用于帮助处理使用 Kiwa 制作的网站。
安装
此库是为与 Composer 一起使用而制作的。通过运行 $ composer require kiwa/console
将其添加到您的项目中。
请注意:使用 Kiwa 创建网站最简单的方法是使用 网站骨架。它将创建所有必需的文件,并加载 kiwa/core
以及 kiwa/console
作为依赖项。
可用命令
命令 | 描述 |
---|---|
introduction | 显示简介。 |
assets:install | 安装所有资产文件。 |
basic:metatags | 定义基本元标签。 |
cache:clear | 删除所有缓存文件。 |
composer:json:update | 更新 composer.json 文件。 |
config:convert | 将配置文件转换为另一种格式。 |
config:update | 更新配置文件。 |
config:validate | 验证配置文件。 |
files:update | 更新所有静态文件。 |
language:define | 定义语言处理。 |
page:create | 创建新页面。 |
robotstxt:create | 创建 robots.txt 文件。 |
server:start | 启动本地 PHP 服务器。 |
translation:clear | 清除所有翻译文件。 |
translation:find-missing | 查找缺失的翻译。 |
translation:sort | 对所有翻译进行排序。 |
translation:unused:remove | 在语言文件中查找未使用的翻译。 |
url:define | 定义 URL 结构。 |
帮助
如果您有任何问题,请随时通过 hello@bitandblack.com
联系我们。
有关 Bit&Black 的更多信息,请访问 www.bitandblack.com。