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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@kabeep/neoconfig

v0.2.3

Published

A Node.js CLI for the NeoFetch configuration file manager

Downloads

13

Readme

一个 Node.js 命令行工具用来管理 NeoFetch 配置文件。

NodeJS Install Size NPM code style License

English | 简体中文

📖 简介

[!TIP]

默认 themes 是空目录,需要拖入自定义配置文件,也可以使用开源社区提供的配置文件,见下文关联库部分。

在命令行中切换 NeoFetch 自定义主题,通过预设配置文件在录屏和演示场景中快速切换。

⚙️ 先决条件

> 安装 NeoFetch,如果没有它,这个包没有任何意义。

  1. NPM (Node.js)

    npm i -g neofetch
  2. Windows

    scoop i -g neofetch
  3. MacOS

    brew i -g neofetch

> 使用支持 Unicode Symbols 字体的终端,以获得 NeoFetchNeoConfig 的最佳使用体验

有些不支持或部分支持,LinuxOS、基于 xterm-256color 实现的命令行如 Microsoft/VSCode 或者 Vercel/Hyper, 详见 https://github.com/xtermjs/xterm.js/issues/2693 。

此时需要自行下载字体,推荐 Nerd Symbols Font,它在命令行程序中使用更为广泛。

下载字体后仍需为命令行配置,拿 Windows 11 和 Hyper 举例,需要将字体文件安装到 设置 > 个性化 > 字体 中,然后在 Hyper 配置文件的 fontFamily 中添加这一字体,Sublime TextVSCode 也同理。

📦 安装

npm install --global @kabeep/neoconfig
yarn add --global @kabeep/neoconfig
pnpm add --global @kabeep/neoconfig

🚀 使用

> 获取帮助信息_

neoconfig -h
neoconfig [选项]

选项:
  -h, --help     显示帮助信息                                             [布尔]
  -v, --version  显示版本号                                               [布尔]

> 交互式配置_

neoconfig
? 请选择一个 neofetch 主题
❯ ⚙️ default.conf
  📁 large
  📁 small
  📁 termux
(使用箭头键)
------------------
按 ▲  / ▼  移动光标
按 ► / ENTER 进入选定目录
按 ◄ 返回上级目录
按 ENTER 切换主题
按 CTRL - C 退出交互

> 查看更多_

📄 支持目录结构

~/.config/neofetch               # 根目录
├── config.conf                  # 当前配置文件
└── themes                       # 固定主题目录
    ├── default.conf             # 单配置文件
    ├── large                    # 配置文件分组 (不限制目录名称/嵌套深度)
    │   ├── myTheme1             # 自定义配置文件
    │   │   ├── ascii.txt        # ASCII 字符画
    │   │   └── config.conf      # 配置文件
    │   ├── myTheme2             # 嵌套的自定义配置文件
    │   │   ├── config.conf      # 配置文件
    │   │   └── assets           # 配置文件引用资产 (不限制目录名称/嵌套深度)
    │   │       └── ascii.txt    # ASCII 字符画
    │   └── ...
    ├── small
    └── ...

🌐 国际化

| 语言名称 | 本地名称 | ISO-639-1 | ISO-3166-1 (Alpha-2) | 文件 | |:-------------------|:----:|:---------:|:--------------------:|:-----------------------------| | English | - | en | US | en-US.ts | | Chinese Simplified | 简体中文 | zh | CN | zh-CN.ts |

🔗 关联库

🤝 贡献

欢迎通过 Pull Requests 或 Issues 来贡献你的想法和代码。

📄 许可

本项目采用 MIT 许可证。详情请见 LICENSE 文件。