aiur18/vaderanax

IP 和 JSON 天气模块的 Anax。

dev-master 2019-12-09 22:28 UTC

This package is auto-updated.

Last update: 2024-09-10 08:17:06 UTC


README

Build Status CircleCI Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

作为 Anax 模块安装

这就是如何将模块安装到现有的 Anax 安装中的方法。

使用 composer 安装

composer require aiur18/vaderanax "dev-master"

复制所需文件、配置并设置天气模块

rsync -av vendor/aiur18/ipvader/.anax/ .anax/
rsync -av vendor/aiur18/ipvader/config/ config/
rsync -av vendor/aiur18/ipvader/src/ src/
rsync -av vendor/aiur18/ipvader/test/ test/
rsync -av vendor/aiur18/ipvader/view/ view/
rsync -av vendor/aiur18/ipvader/.phpcs.xml ./
rsync -av vendor/aiur18/ipvader/.phpdoc.xml ./
rsync -av vendor/aiur18/ipvader/.phpmd.xml ./
rsync -av vendor/aiur18/ipvader/.phpunit.xml ./
rsync -av vendor/aiur18/ipvader/LICENSE.txt ./
rsync -av vendor/aiur18/ipvader/README.md ./
rsync -av vendor/aiur18/ipvader/REVISION.md ./

依赖关系

这是一个 Anax 模块,主要目的是与 Anax 框架一起使用。

许可证

此软件带有 MIT 许可证。有关详细信息,请参阅 LICENSE.txt。

 .  
..:  Copyright (c) 2017 - 2019 knasenn (knasenn@dbwebb.se)