kiwa / console
This library provides a CLI to help handling a website made with Kiwa.
1.0.0-RC1
2024-10-25 13:40 UTC
Requires
- php: >=8.2
- ext-json: *
- axy/htpasswd: ^1.0 || ^2.0
- bitandblack/composer-helper: ^1.0 || ^2.0
- bitandblack/helpers: ^1.0 || ^2.0
- bitandblack/pathinfo: ^1.0
- bitandblack/sentence-construction: ^1.0 || ^2.0
- kiwa/core: ^0 || ^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 || ^3.0
- spatie/emoji: ^2.0 || ^3.0 || ^4.0
- symfony/console: ^6.0 || ^7.0
- symfony/dotenv: ^6.0 || ^7.0
- symfony/process: ^6.0 || ^7.0
- symfony/yaml: ^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
- symfony/var-dumper: ^7.0
- symplify/easy-coding-standard: ^12.0
Replaces
- dev-master
- 1.0.0-RC1
- 0.25.2
- 0.25.1
- 0.25.0
- 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-release/v1.0
- dev-feature/KW-52-amp-support
This package is auto-updated.
Last update: 2024-10-28 11:44:13 UTC
README
Kiwa Console
This library provides a CLI to help handling a website made with Kiwa.
Installation
This library is made for the use with Composer. Add it to your project by running $ composer require kiwa/console
.
Please note: The easiest way to create a website with Kiwa is by using the Website Skeleton. It will create all the needed files and loads the kiwa/core
along with the kiwa/console
as dependencies.
Available Commands
Command | Description |
---|---|
assets:install | Installs all asset files. |
basic:metatags | Defines basic meta tags. |
cache:clear | Deletes all cache files. |
composer:json:update | Updates the composer.json file. |
config:convert | Converts the config file into another format. |
config:validate | Validates the config file. |
files:update | Updates all static files. |
htaccess:create | Creates a .htaccess file. |
introduction | Shows the introduction. |
language:define | Defines the language handling. |
page:create | Creates a new page. |
robotstxt:create | Creates a robots.txt file. |
server:start | Starts a local PHP server. |
translation:clear | Clears all translation files. |
translation:find-missing | Finds missing translations. |
translation:sort | Sorts all translations. |
translation:unused:remove | Finds unused translations in the language files. |
url:define | Defines the url structure. |
Help
If you have any questions, feel free to contact us under hello@bitandblack.com
.
Further information about Bit&Black can be found under www.bitandblack.com.