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

x-doc

v0.1.7

Published

Tiny CLI app to browse Node/IOjs Documentations offline.

Downloads

7

Readme

x-doc

Would it not be very convenient if you could browse all of Node's DOCs right from the command line?

x-doc lets you do just that.

x-doc is a tiny CLI app that aims to reduce the need to open a browser window to search for NodeJS / IOjs Documentation, the only catch is that it doesn't look as pretty but this is the compromise we make for saving a few minutes daily.

Right now documentation for all modules and their methods are available but more will be available soon.

Somethings are still a little quirky as this is very early stages of development.

Install

npm install x-doc

This should install the CLI app.

Usage

Using it is as simple as typing

x-doc fs.readFileSync

x-doc http

x-doc http -m

x-doc path --m-only

Options

  • -m : Displays a list of all the methods of a Module at the end the Module description
  • --m-only : Displays only the methods of a Specified Module

And all Contribution are greatly appreciated.


Change Log

v0.1.7 (22-7-15)

  • Added --m-only flag
  • Tiny tweeks to the Search function

v0.1.6 (29-5-15)

  • Tweaked the search to perform a tiny bit faster
  • Updated README with some more info
  • Added a 'backup.json' in-case the original Documentation file is corrupt or did not download
  • Closed all modules within Anonymous Functions
  • Minor changes to the code base that don't really help anything.

v0.0.6 - v0.1.5 (27-5-15)

  • Partially implemented Version Specific Documentations
  • Added 'postinstall' script to download a JSON file Specific for your Version of Node or IOjs
  • Added '-m' CLI flag to display a List of all the methods of a module
  • Replaced Colors.js with Chalk, no visual difference
  • Added minimist to work with CLI Options and Arguments

v0.0.5 (26-5-15)

  • Added support to view all the methods of a module
  • Added support for rendering Unicode '''
  • Codes in the Documentation look a little pretty
  • Separated each piece of functionality into it's own module

v0.0.4 (25-5-15)

  • Added support for Colored output, this feature is best viewed in Terminal with Black Background

v0.0.3 (25-5-15)

  • Minor release with no Feature

v0.0.2 (24-5-15)

  • Added jsDoc for most function in the Program

v0.0.1 (24-5-15)

  • First working Version