aiur18/

ipvader

Anax IP和JSON天气模块。

dev-master 2019-12-06 02:54 UTC

This package is auto-updated.

Last update: 2024-09-06 14:57:48 UTC


README

作为Anax模块安装

以下是您将模块安装到现有Anax安装中的方法。

使用composer安装。

composer require aiur18/ipvader "dev-master"

复制所需文件、配置,并设置weathermod

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框架一起使用。运行以下脚本。

./.anax/scaffold/postprocess.bash

许可协议

本软件采用MIT许可协议。有关详细信息,请参阅LICENSE.txt。

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