🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-bigfoot

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-bigfoot

Auto download and install wow interface addons if bigfoot client can not update.

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
12
100%
Maintainers
1
Weekly downloads
 
Created
Source

node-bigfoot

nodejs编写的自动更新大脚插件工具,因为bigfoot客户端总是报“下载配置文件出错”的错误,而NGA论坛提供了绿色安装包,因此有了这个自动更新工具。

Reference - 依赖

前往https://nodejs.org并下载安装nodejs

Installation - 安装

npm install node-bigfoot

Config - 配置

配置项说明
distDir更新插件的位置,解压出来的文件夹为Interface
version大脚插件版本,目前默认为7.0.0.591
downloads.dir下载文件的存放地址
downloads.keepArchive是否保留下载的压缩包

Usage - 用法

var bigfoot = require('node-bigfoot');
    bigfoot.start({
        version: "7.0.0.591",
        distDir: "./dist",
        downloads: {
            dir: './downloads',
            keepArchive: true
        }
    });

License - MIT license

Keywords

bigfoot

FAQs

Package last updated on 20 Oct 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts