npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bililive-cli

v1.6.0

Published

biliLive-tools的cli程序

Downloads

72

Readme

介绍

biliLive-tools的命令行版本

安装

npm i bililive-cli -g

或者安装二进制文件

使用

配置

使用前通过 biliLive config gen 生成默认配置文件,如果你已经安装客户端,相关配置会被自动设置(仅限win)
如果你仅使用上传功能,那么无需配置二进制文件,二进制文件可在这里找到,以platform--arch-version命名,如果没有当前版本,以最近版本为准,配置为绝对路径以及分配执行权限

{
  port: 18010, // 启动端口,如果不希望与客户端的冲突,请修改为其他端口号
  host: "127.0.0.1",  // host,如果需要暴露出去,可以修改为0.0.0.0
  configFolder: "config", // 配置文件夹
  ffmpegPath: "ffmpeg.exe", // ffmpeg二进制路径
  ffprobePath: "ffprobe.exe",  // ffprobe二进制路径
  danmakuFactoryPath: "DanmakuFactory.exe",  // DanmakuFactory二进制路径
  logPath: "main.log",  // log文件路径
}

运行

Usage: biliLive server

启动web服务器

Options:
  -c, --config                         配置文件
  -h, --host                           host,覆盖配置文件的参数,可选
  -p, --port                           port,覆盖配置文件的参数,可选

webui

鉴权密钥为 config/appConfig.jsonpassKey 参数,或者设置 BILILIVE_TOOLS_PASSKEY 环境变量

你可以选择线上页面:https://github.com/renmu123/biliLive-webui

或者也可以使用官方项目自行部署