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

oddy-cli

v1.2.9

Published

(Deprecated and no longer maintained) CLI tool to download books created in typescript

Readme

⚠️ AVISO IMPORTANTE: Este repositorio ya no se mantiene

Fecha de desvinculación: 23/08/2025

A partir de la fecha indicada, el paquete relacionado a este repositorio ha sido transferido a nuevos mantenedores.

El autor original:

  • Ya no mantiene este proyecto
  • No tiene ninguna relación con los actuales mantenedores
  • No ofrece soporte técnico ni garantías sobre el código
  • No se hace responsable por cambios futuros en el proyecto

Para issues, soporte o información actualizada, contactar a los actuales mantenedores.


⚠️ IMPORTANT NOTICE: This repository is no longer maintained

Disassociation date: 23/08/2025

As of the indicated date, the npm package related to this repository has been transferred to new maintainers.

The original author:

  • No longer maintains this project
  • Has no relationship with the current maintainers
  • Provides no technical support or warranties for the code
  • Is not responsible for future changes to the project

For issues, support or updated information, contact the current maintainers.


⚠️ DISCLAIMER ⚠️

click here to read

WARNING

This application has been tested in Windows enviroments. I do not guarantee it will work on UNIX based systems


Sample of use 📕

  First step:

Second step:

Third step:
It's easy as that. (keep reading for detailed explanation on how to use)

How to use: step by step.

Let's see how to download a Javascript book:

# Download it from directly from npm.
$ npm i -g kanzen
# Execute the CLI directly from your terminal:

$ Kanzen
# It will launch a minimalist interface, like this:

? 📖 Search a book by 📖 (Use arrow keys)
> ➡️ Query
  ⚠️ Exit the CLI

# Click Query and it will allow you to enter the query on which you want to base the search

? 📖 Search a book by 📖 ➡️ Query
? 🔎 Enter a query to search🔍

# I'll want to search books about javascript programming language
# So I write it and then I press enter

? 📖 Search a book by 📖 ➡️ Query
? 🔎 Enter a query to search🔍 javascript
 Please wait, searching for Javascript...
?  I want to download:  (Use arrow keys)
 learning javascript
  javascript and ajax for the web: visual quickstart guide
  inside javascript
  beginning javascript with dom scripting and ajax: from novice to professional
  > javascript bible
  javascript & dhtml cookbook
  dhtml and javascript
(Move up and down to reveal more choices)
# Move up and down with you arrows and press enter to search that book. I'll download javascript bible
 ➡️javascript bible Information:
✅ Extension: .pdf
✅ Size: 34.64 MB
? ➡️ Confirm to download: javascript bible (Use arrow keys)
> Yes
  No
#Press yes and the download will automatically start, it will create a folder on your desktop named Book which has inside the book you want.

Download 💾

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/alejandro0619/Kanzen-CLI

# Go into the repository
$ cd Kanzen-CLI

# Install dependencies
$ npm install

# Build
$ npm run build

# Run the app
$ npm run start

Credits 📚

This software uses the following open source packages:

License 🔐

The source code of this project is under the MIT license


Github @alejandro0619