tatter/tools
最新稳定版本:v2.0.1
Composer 安装命令:
composer require tatter/tools
包简介
Developer tools for CodeIgniter 4
README 文档
README
Developer tools for CodeIgniter 4
Installation
- Install via Composer:
> composer require tatter/tools
Description
Tools is an opinionated wrapper for the CodeIgniter DevKit. It includes a script to apply the DevKit to libraries (instead of the default, for projects) and some custom updates to the template files.
Included
See the DevKit docs for a complete list of bundled tools.
Usage
Applying Toolkit
Apply the development toolkit using the bash script from the directory where you wish it to apply:
- ./vendor/tatter/tools/src/retool ... or:
- composer retool
Spark Autocomplete
Tools includes a directive for Bash's
Programmable Completion
to allow tab-completing spark commands from the command-line.
Simply copy src/spark_completion to you Bash completions directory as "spark" and
re-source your environment (i.e. log out & in):
sudo cp src/spark_completion /usr/share/bash-completion/completions/spark
exit
Now when accessing commands for in CodeIgniter 4 you can autocomplete against the list of available commands for your instance:
> ./spark mi
[tab]
> ./spark migrate
migrate migrate:create migrate:refresh migrate:rollback migrate:status
统计信息
- 总下载量: 30.3k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 28
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-30