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

hvn

v2.1.7

Published

The greatest tool on earth

Downloads

34

Readme

hvn

Awesoness, in a terminal cli :

oclif Version Downloads/week License

Usage

$ npm install -g hvn
$ hvn COMMAND
running command...
$ hvn (-v|--version|version)
hvn/2.1.6 darwin-x64 node-v8.11.3
$ hvn --help [COMMAND]
USAGE
  $ hvn COMMAND
...

Commands

hvn command

Lets you get information about common commands you'd want to run like find/zip

USAGE
  $ hvn command

DESCRIPTION
  ...
  It's amazing

See code: src/commands/command.js

hvn deploy

hvn command // will run command promp

USAGE
  $ hvn deploy

DESCRIPTION
  ...
  An easy way to run any of your npm scripts with yarn

See code: src/commands/deploy.js

hvn editor

Edit any file just like in a real ide!

USAGE
  $ hvn editor

DESCRIPTION
  ...
  Just type hvn editor FILE
  Default keybindings
  Quit: Ctrl+Q
  Movement: mouse or arrow keys and PageUp/Down/Home/End
  Shift or click+drag to select, Ctrl/Alt to move faster
  Save: Ctrl+S
  Undo: Ctrl+Z, redo: Ctrl+Y
  List open tabs: Ctrl+L
  Next/previous tab: Ctrl+Alt+PageUp/Down
  Close tab: Ctrl+W
  Find: Ctrl+F
  Go to line: Ctrl+G
  Go to matching bracket: Ctrl+]
  Open: Ctrl+O (or click the filebrowser)
  New file: Ctrl+N

See code: src/commands/editor.js

hvn hello

Describe the command here

USAGE
  $ hvn hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

hvn help [COMMAND]

display help for hvn

USAGE
  $ hvn help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

hvn helpme

Describe the command here

USAGE
  $ hvn helpme

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/helpme.js

hvn howdoi

hvn command // will run command promp

USAGE
  $ hvn howdoi

DESCRIPTION
  ...
  An easy way to run any of your npm scripts with yarn

See code: src/commands/howdoi.js

hvn joke

hvn command // will run command promp

USAGE
  $ hvn joke

DESCRIPTION
  ...
  An easy way to run any of your npm scripts with yarn

See code: src/commands/joke.js

hvn run

hvn command // will run command promp

USAGE
  $ hvn run

DESCRIPTION
  ...
  An easy way to run any of your npm scripts with yarn

See code: src/commands/run.js

hvn task

hvn command // will run command promp

USAGE
  $ hvn task

DESCRIPTION
  ...
  An easy way to run any of your npm scripts with yarn

See code: src/commands/task.js

hvn weather

hvn command // will run command promp

USAGE
  $ hvn weather

DESCRIPTION
  ...
  An easy way to run any of your npm scripts with yarn

See code: src/commands/weather.js