jeyroik/extas-skeleton

该软件包最新版本(0.4.2)没有可用的许可证信息。

Extas 框架包

0.4.2 2020-06-24 07:47 UTC

This package is auto-updated.

Last update: 2024-09-24 18:27:17 UTC


README

骨架 Extas 软件包。

用法

# composer create-project jeyroik/extas-skeleton <package directory name>
# cd <package directory name>
<package directory name># composer run-script build

你应该看到如下对话框

Please enter the name of the package: 
Please enter package owner name: 

在输入软件包名称(不带 extas 前缀)和所有者名称后,你应该看到

Starting building package "<package name>>" by "<owner name>"...

 - composer.json updated
 - extas.json updated
 - README.md updated
 - CODECOV.md updated
 - CODECLIMATE.md updated
 - tests/<package name>/<Package name>Test.php updated

Package building finished.

Please, do now:
 - See codecov instructions in the CODECOV.md.
 - See code climate instructions in the CODECLIMATE.md.
 - Paste code-climate link into README.md.