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

hitlist-cli

v2.2.4

Published

Your personal commands manager - take your commands with you anywhere in the cloud and run them in one hit

Downloads

24

Readme

Hit List 🚀

  • Author - Ayodeji
  • Documentation - https://www.hitlist.dev/docs/

Your personal online commands manager

Note: HitList will now save and sync hits locally and with the cloud.

Requirements

NodeJS >= 14.0.0

Node Package Manager (NPM) >= 6.0.0

An Internet Connection

Installation

To install Hit List, run the following command in your terminal

npm i -g hitlist-cli

Usage

Account & Authentication

This section contains everything related to your Hit List account, to reset your password, you would have to do that on the website at https://www.hitlist.dev

Create a new Hit List account

Create a new Hit List account from the terminal, you can also do this on the website at https://www.hitlist.dev

hit join

Login to your account

Login to your Hit List. You need to be logged in to use Hit List

hit login

View Current User

View who is currently logged in

hit me

Sign out of Hit List CLI

Logout of your Hit List account

hit logout

Lists

This section contains everything related to Hit Lists 🔫

Create a new Hit List

Add a new list to your collection, or pool (get the reference?)

hit create [LIST NAME]

OR

hit c [LIST NAME]

You would have to enter the:

  • Hits separated by commas (eg. mkdir test-folder, cd test-folder)
  • Description of the list (eg. This is my test list)
  • Visibility of the list

View all lists

This will show all lists you own, it will attempt to fetch it locally first by default.

hit list

OR

hit ls

Execute a personal list

This will automatically execute a list you OWN locally first and then try to execute it online.

hit run [LIST NAME]

OR

hit r [LIST NAME]

Execute a public list

This will automatically execute a PUBLIC list from a user's pool (collection of lists)

hit run -p [USERNAME] [LIST NAME]

Delete a list

This will delete a list you OWN locally and online

hit delete [LIST NAME]

New: Sync with HitList Cloud

This will download and save all lists from the cloud to make them available offline.

hit sync

Extra

Other things included for you - these will be updated over time

Clear Terminal

This will clear ALL the terminal/console output

hit clean

OR

hit c

Push to a set GIT repository

This will push to a pre-configured GIT repository

hit push [YOUR COMMIT MESSAGE]

OR

hit p [YOUR COMMIT MESSAGE]

HELP

hit help [COMMAND]

You can also run the command below to open the online docs

hit doc

If you need to report a bug, request a feature or request for help, contact [email protected] or reach out to me on Twitter

Version 3 will come with a lot of new features both for the CLI and web, stay tuned!