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

@lancejpollard/act

v0.1.0

Published

Gathering up all the power into one tool.

Readme

Summary

Act is a collections of common actions to perform in code. It provides an API and CLI for performing these actions.

Getting Started

Requirements on Mac

brew cask install java
brew cask install mactex
brew cask install libreoffice
brew install imagemagick
brew install fontforge
brew install ffmpeg
brew install node

Requirements for Windows:

choco install libreoffice-fresh
choco install imagemagick --version 7.0.10.19
choco install fontforge
choco install ffmpeg
choco install miktex
choco install nodejs

Requirements for Linux:

sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install texlive-xetex
sudo apt-get install imagemagick
sudo apt-get install libreoffice
sudo apt-get install fontforge
sudo apt-get install inkscape
sudo apt-get install ffmpeg
sudo apt-get install ufraw
sudo apt-get install rar

Finally, with these dependencies installed, you can install the act:

npm install -g @lancejpollard/act

CLI

Here are some helpful commands to get you started:

Split a PDF into individual files.

$ act split some.pdf -o outputDirectory

Take a subset of a PDF.

$ act slice some.pdf -s 15 -e 25 -o output.pdf

Rename recursively a bunch of files:

$ act rename -t f -p "tmp/**/*.jpg" -s "\.jpg" -e ".png"

Convert HTML to PDF

$ act convert tmp/index.html -o tmp/index.pdf -w 2000px -h 3000px

Remove All EXIF Data from a JPEG

$ act remove exif input.jpg

Resize Image

$ act resize input.jpg -w 300 -o output.jpg

Contribute

Contributions are greatly welcomed. Help us define what the ideal interface would be for a browser-terminal-editor-os app. Identify the key painpoints in the customer onboarding flow, and help us map out the best solutions. See the contributor's guide for more info if you are just starting out coding. And here is a list of the contributors, just one atm.

Also, track our release progress if you're interested!

License

MIT