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

wip-bot

v2.4.2

Published

<p align=center><a href="https://github.com/wip/app/tree/master/assets"><img src="assets/wip-logo.png" alt="" width="200" height="200"></a></p>

Downloads

32

Readme

WIP bot screencast

Usage

  1. Install the app on your GitHub Repositories: github.com/apps/wip
  2. The WIP bot sets status of the request title to pending if it finds "wip", "work in progress" or "do not merge" (not case-sensitive) in
    1. The pull request title
    2. One of the pull request labels
    3. One of the pull request commit messages
  3. If it doesn’t find the words anywhere, it will set status to success

Local setup

  • Setup repository

    git clone [email protected]:wip/app.git
    cd wip-bot
    npm install
  • Create your own GitHub app: instructions

  • On your local machine, copy .env.example to .env.

  • Go to smee.io and click Start a new channel. Set WEBHOOK_PROXY_URL in .env to the URL that you are redirected to.

  • Create a new GitHub App with:

    • Webhook URL: Use your WEBHOOK_PROXY_URL from the previous step.
    • Webhook Secret: development.
    • Permissions & events
      • Commit statuses (read & write)
      • Pull Requests (read only)
      • Subscribe to events Pull request
  • Download the private key and move it to your project's directory. It will get picked up by Probot automatically.

  • Edit .env and set APP_ID to the ID of the app you just created. The App ID can be found in your app settings page here

  • Run $ npm start to start the server/

Contribute

If you’d like to contribute a bug fix or feature to wip-bot, please fork the repository, then clone it to your computer. Then install dependencies and run the tests

npm install
npm test

Before adding a feature, create an issue first to ask if it’s within the scope of the app. If possible, add tests to your pull requests.

Credits

The logo was created by Micah Ilbery.

Legal

License: Apache 2.0. Privacy Policy