authanram/generators
Composer 安装命令:
composer require authanram/generators
包简介
Language independent code generation
README 文档
README
This package is about language independent code generation, in next to no time.
Installation
You can install the package via composer.
composer require authanram/generators
Basic Usage Example
Here's an example of how it can be used in a very basic way:
(new Authanram\Generators\Generator()) ->withTemplate('first {{ second }} third {{ fourth }}') ->withInput(['second' => '2nd', 'fourth' => '4th']) ->get();
This will lead to the following result:
first 2nd third 4th
Documentation
To learn all about this package, head over to the documentation.
(Note: The documentation is currently under construction.)
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see the contribution guide for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 71
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-10