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

lctc-cli

v0.0.4

Published

Linux Cn Translate Team - Comic Team Cli

Downloads

18

Readme

LCTC - Linux 中国翻译组 漫画组选题工具

npm license GitHub issues

一个使用 JavaScript 写成的帮助选题人员快速选题的命令行工具。

演示

功能

  • 输入 URL 自动将网站图片的地址等信息抓取下来,生成符合 LCTT 格式的 markdown 文件。
  • 多站点支持
  • 支持自定义站点引擎

安装

环境依赖

  • Node
  • NPM 或 yarn

安装命令

在命令行中执行如下命令

npm -g install lctc-cli

或使用 yarn 安装

yarn global add lctc-cli

如何使用

  Usage: lctc [options] [command]


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    sites       List all support sites
    deal [url]  Use to deal a url
  • 执行 lctc sites 可以查看目前支持选题的站点
  • 执行 lctc deal url 可以处理 指定 URL 的地址,进行选题。

常见问题

兼容性

| 序号 | 操作系统及版本 | Node 版本 | 是否可用 | | :--: | :-----------: | :-----: | :--: | | 1 | macOS 10.13.2 | v8.9.1 | ✅ |

如何申请新的站点适配?

你可以通过 提交 issue 来请求新增一个站点驱动,开发者在收到请求后,会根据具体的情况来进行排期。

如何为项目贡献代码

Fork 项目、添加你的代码、并提交 PR 即可。具体可以参考 CONTRIBUTING.md

更新日志

查看 CHANGELOG

开发团队

  • HuanCheng Bai - 项目架构及初版开发 - Bestony

LICENSE

本项目代码基于 GPLv2 开源,具体请查看 LICENSE.md