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 🙏

© 2026 – Pkg Stats / Ryan Hefner

anime-news-cli

v1.0.2

Published

Get latest anime news from Google News

Readme

Anime News CLI

A lightweight command-line application that delivers the latest anime news directly to your terminal using Google News RSS feeds.

Built with Node.js, Anime News CLI provides both an interactive terminal experience and a fast command-based workflow for searching anime-related news, industry updates, announcements, releases, and trending topics.


Quick Start

Run instantly without installation:

npx anime-news-cli

Install globally:

npm install -g anime-news-cli

Repository

https://github.com/AmjustGettingStarted/Anime-News-CLI


Features

  • Interactive terminal interface
  • Real-time anime news aggregation
  • Search specific anime titles, studios, or topics
  • Open articles directly in your default browser
  • Relative publication timestamps
  • Direct command mode for scripting and automation
  • Clean terminal output with formatted news cards
  • Lightweight and dependency-friendly

Installation

Clone Repository

git clone https://github.com/AmjustGettingStarted/Anime-News-CLI.git
cd Anime-News-CLI
npm install

Run Locally

node bin/index.js

Or:

npx anime-news-cli

Usage

Interactive Mode

Launch the application without any flags:

node bin/index.js

Or:

npx anime-news-cli

Interactive mode allows you to:

  • Browse recent anime headlines
  • Open articles in your browser
  • Search for anime-specific topics
  • Refresh news feeds on demand

Search News

Search for a specific anime, studio, character, or topic:

node bin/index.js --search "one piece"

Or:

node bin/index.js -s "one piece"

Limit Results

Display a custom number of articles:

node bin/index.js --search "naruto" --limit 5

Or:

node bin/index.js -s "naruto" -l 5

Help

Display available commands and usage information:

node bin/index.js --help

Or:

node bin/index.js -h

Available Commands

| Command | Description | | ---------------------- | -------------------------------------- | | -s, --search <query> | Search for anime-related news | | -l, --limit <number> | Limit the number of displayed articles | | -h, --help | Display help information |


Example Commands

Launch Interactive Mode

npx anime-news-cli

Search for News

node bin/index.js --search "jujutsu kaisen"
node bin/index.js --search "studio ghibli"
node bin/index.js --search "demon slayer" --limit 3

Tech Stack

  • Node.js
  • RSS Parser
  • Chalk
  • Ora
  • Prompts
  • Boxen
  • Open
  • Minimist

Project Structure

anime-news-cli/
├── bin/
│   └── index.js
├── package.json
├── package-lock.json
├── .gitignore
├── image.png
└── README.md

Data Source

News articles are retrieved through Google News RSS feeds and displayed in a terminal-friendly format.


Future Improvements

  • Category filtering
  • Multi-source news aggregation
  • Saved searches
  • Article bookmarking
  • Export results to JSON
  • Custom themes

Preview

Preview


License

MIT License

Feel free to use, modify, and distribute this project.