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

bby-cli

v0.2.1

Published

Baers-Bot Cli for faster bot development based on this handler architecture

Readme

##Bears Bot Cli

This Cli is a working process.

##How to install

Use npm install bby-cli -g for a global installation, afterwards you can access the cli directly in your shell with e.g. bby-cli -h

You can use -h | --help to see supported commands.

##Commands

Options:
  -v, --version              Output the version number
  -h, --help                 Output usage information

Commands:
  init [options] <name>      Init a project setup
    Options:
    -b, --backend            Init backend for a project
    --bot                    Init of a bot project
    --tn, --typescriptNode   Init a backend with typescript and node
    --info                   Provides info
    -h, --help               Output usage information
  addTemplate <name>         Adds a new template
  addSkill [options] <name>  Adds a new skill to customHandlers - untested module
    -m --middleware          Adds Test going through middleware
    --noTest                 Not adding a test for the handler
    -h, --help               Output usage information
  addService [options]       Can add Services for following types:
    -w, --watson             Add watson Service - not yet included
    -a, --alexa              Add alexa Service - not yet included
    -d, --dialogflow         Add dialogflow Service - not yet included
    -e, --elasticsearch      Add elasticsearch Service
    --mailer                 Add mailer Service based on nodemailer
    --ngB --ngBackendService Add backend service for angular projects
    --userAuth               Add user authentification on routes with mongoose
    -h, --help               Output usage information
  addReadme                  Adds pre written readme
  addUtils [options]         Adds utils
    --customError, --cError  Add customError class
    --fp, --functionalProgramming Adds utils for functional programming.
    -h, --help               Output usage information

##What is this Cli for?

  • Bot project initialization.
  • adding standard Services
  • adding new skill-handlers

##Changelog V.0.2.1 - removed frontend stuff

V.0.2.0 - updated bot systems

V.0.1.6b - bugfix, changed be, bot init style to tn style

V.0.1.6 - Fe Init with scss and routing, added init of node+typescript backend

V.0.1.5c - command addService -ngB changed to addService --ngB

V.0.1.5b - FE Init fix

V.0.1.5 - Major bugfix

V.0.1.4 - updates .env on elasticsearch, service-mailer, userAuth, added dockerfiles on elasticsearch service, added login/usermanagement middleware mit route protection for BE

V.0.1.3 - bugfixes

V.0.1.2 - Updated editorconfig, added fp utils, bugfixes

V.0.0.4 - Added Fe Init (angular) enviromentals, added backendservice for ng projects

V.0.0.3a - Added tests for handlers

V.0.0.2 - Added Backend structure, Fe (ng new), mailer service

V.0.0.1c - added support for package installation

V.0.0.1 - Init of projects possible