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

creative-work-report

v1.0.1

Published

Generate a creative work monthly report based on GitHub pull requests.

Downloads

1

Readme

GitHub Pull Requests Report

This Node.js script fetches your GitHub pull requests created up until the 20th day of the previous month and writes the details to a file named based on the date, such as march-2024.txt for pull requests fetched up until February 20th, 2024.

This script is designed to create part of your creative work monthly report based on GitHub pull requests.

Prerequisites

  1. Node.js: Ensure you have Node.js installed on your machine. You can download it from nodejs.org.
  2. Install Dependencies: Run the following command to install the necessary dependencies:
    npm install node-fetch
  3. Export Your github personal access token as an environment variable:
    export NODE_AUTH_TOKEN=your-github-personal-access-token

Run

Run the script (make sure to chmod + ./index.js the script first): bash ./index.js You can install your package globally on your workstation using npm:

npm install -g creative-work-report
creative-work-report

Example output

What was created/updated/changed/added/developed?;Short description;Link to specific documentation/confirmation (for example from Confluence, Jira, pull request on Github)
N/A;Add BFF and subapp documentation;https://github.com/example/example-repo/pull/31062
N/A;chore(release): 2.9.3;https://github.com/example/example-repo/pull/122
N/A;fix(generators): BFF and Subapp generators fix;https://github.com/example/example-repo/pull/121
N/A;Reflect generator changes in examples apps;https://github.com/example/example-repo/pull/233
N/A;Bump example-package to 2.9.2;https://github.com/example/example-repo/pull/208
N/A;chore(release): 2.9.0;https://github.com/example/example-repo/pull/116
N/A;fix(generators): Distinguish schema between BFF and Subapps;https://github.com/example/example-repo/pull/115
N/A;refactor: make logger's now() use Date proto directly;https://github.com/example/example-repo/pull/170
N/A;Distinguish schema between BFF and Subapps - proposition;https://github.com/example/example-repo/pull/165
N/A;fix(generators): remove redundant baseIoc appContext container;https://github.com/example/example-repo/pull/111
N/A;PROJECT-3211/local-dev-experience;https://github.com/example/example-repo/pull/143
N/A;PROJECT/bootcamp-cleanup-el;https://github.com/example/example-repo/pull/142
N/A;PROJECT-3147/bump-typescript;https://github.com/example/example-repo/pull/30918
N/A;Migrate from zod-to-openapi to zod-openapi POC;https://github.com/example/example-repo/pull/30915
N/A;PROJECT-3211/local-dev-experience;https://github.com/example/example-repo/pull/30885
N/A;feat(package): allows local package symlink for development purposes;https://github.com/example/example-repo/pull/99
N/A;PROJECT/move-subapp-bff-generators;https://github.com/example/example-repo/pull/30880
N/A;chore(release) Release/2.4.0;https://github.com/example/example-repo/pull/96
N/A;Release/2.4.0;https://github.com/example/example-repo/pull/94
N/A;refactor(generators): Update generators;https://github.com/example/example-repo/pull/93
N/A;Bootcamp cleanup;https://github.com/example/example-repo/pull/78
N/A;PROJECT-3194/bootcamp-common-refactor;https://github.com/example/example-repo/pull/30830
N/A;PROJECT-3194/bootcamp-ui-components;https://github.com/example/example-repo/pull/30808
N/A;PROJECT/link-fix;https://github.com/example/example-repo/pull/30761
N/A;Bootcamp---Create-and-use-basic-components-test;https://github.com/example/example-repo/pull/30677
N/A;PROJECT-3167/Subapp-generator-fixes;https://github.com/example/example-repo/pull/30588
N/A;test;https://github.com/example/example-repo/pull/30585
N/A;PROJECT-3021/bootcamp-day-4-doc-update;https://github.com/example/example-repo/pull/30558
N/A;Create handler instance with configuration;https://github.com/example/example-repo/pull/30545
N/A;PROJECT-3021/bff-common-parts-db;https://github.com/example/example-repo/pull/30544

How to paste this to a Google Spreadsheet

Just copy-paste it from the file, click on this icon and select "Split text to columns" and then select proper delimiter (comma)

img.png