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

tezster

v0.3.2

Published

A powerful user-friendly CLI which comes with preconfigured private Tezos blockchain for easy and fast development, having deployment support for test and main network as well.

Readme

Tezster-CLI

npm version npm downloads license docs telegram contributions welcome

Getting Started

Follow below steps to get started with Tezster-CLI.

Prerequisites

  1. Node v. 12.x.x
  2. Docker v. 2.3.0.2+

Note: We recommend to install Node LTS version i.e. 12.x.x.

OS Support

  1. Linux (Ubuntu and Debian)
  2. Mac OS X
  3. Windows 10

Node.js Installation

Run following commands to install Node.js LTS version (for linux based platforms) or can download nodejs from Downloads.

sudo apt-get update
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install nodejs

After installing verify and check the installed version.

node -v 

Docker Installation

For Ubuntu/Linux run : sudo apt install docker.io For Debian refer this link. For MAC refer this link. (Docker Desktop stable v2.3.0.2 or later)

Note: If you are using windows, please follow docker installation steps as detailed in docker installation steps for windows.

Post Docker Installation Guide (Skip if using windows or docker-desktop)

Make sure after installing docker you have added $USER to the docker group, if not run the following commands:

sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker

Clone repository

To clone the repository use the following commands:

git clone https://github.com/Tezsure/Tezster-CLI.git
cd Tezster-CLI
npm install
sudo npm link

Note: If you got error message regarding permission denied, try using sudo npm install --unsafe.

NPM Package

You can install tezster-cli using npm package as well. To install npm package, run:

sudo npm install -g tezster@latest

Note: If you got error message regarding permission denied, try install using sudo npm install -g tezster@latest --unsafe.

Run tezster --version to ensure the version of tezster.

tezster --version

To list down all the tezster commands, run:

tezster --help

Congratulations, you are all set to use Tezster-CLI commands. For usage guidance follow our documentation page.

Contributing

Tezster-CLI is open source and we love to receive contributions from whosoever passionate with the technology.

There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, bug reports and feature requests or writing code. We certainly welcome pull requests as well.

Reporting bugs and Support

To know about common errors and fixes follow our common errors. To report bugs, please create an issue on issue page.

You can get in touch with us for any open discussion and 24*7 support via Telegram.

Extra

We’re building a lot of exciting features which will be released soon, So stay tuned with our updates and releases!

keep developing