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 🙏

© 2026 – Pkg Stats / Ryan Hefner

gde-contributions

v0.0.5

Published

Log your GDE Contributions to Advocu with the ease of a command line CLI

Downloads

31

Readme

Log your Google Developer Expert (GDE) Contributions to Advocu with the ease of a command line CLI.

DOWNLOADS Learn Node.js CLI Automation Follow @_ahmadawais on X

Features

  • 🚀 Interactive CLI for submitting GDE activities to Advocu
  • 📝 Support for all GDE activity types:
    • Content Creation (Articles, Videos, Podcasts, etc.)
    • Public Speaking (Talks, Presentations)
    • Workshops (Training Sessions)
    • Mentoring
    • Product Feedback
    • Interaction with Googlers
    • Stories (Success Stories, Case Studies)
  • 🔐 Secure token-based authentication
  • 💻 Both interactive and CLI modes
  • 🎨 Beautiful terminal UI with clack prompts

Installation

npm install -g gde-contributions

Or use with pnpm:

pnpm add -g gde-contributions

Usage

Interactive Mode (Recommended)

Simply run the command and follow the prompts:

gde-contributions add
# or use the short alias
gdec add

CLI Mode

You can also use CLI flags for automation:

gde-contributions add \
  --type content-creation \
  --title "My Awesome Article" \
  --description "A comprehensive guide to..." \
  --date 2024-01-15 \
  --content-type Articles \
  --url https://example.com/article \
  --readers 5000 \
  --no-interactive

Activity Types

Content Creation

Submit articles, videos, podcasts, books, demos, and more.

gdec add --type content-creation

Public Speaking

Log your conference talks and presentations.

gdec add --type public-speaking

Workshop

Record training sessions and workshops.

gdec add --type workshop

Mentoring

Track your mentoring activities.

gdec add --type mentoring

Product Feedback

Submit product feedback, bug reports, and feature requests.

gdec add --type product-feedback-given

Interaction with Googlers

Log your interactions with Google employees.

gdec add --type interaction-with-googlers

Stories

Share success stories and case studies.

gdec add --type stories

Authentication

On first run, you'll be prompted to enter your Advocu access token. Get your token from advocu.com.

The token is securely stored locally and reused for future submissions.

Commands

Add a Contribution

gde-contributions add [options]
# or
gdec a [options]

Options:

  • -t, --type <type> - Activity type
  • -T, --title <title> - Contribution title
  • -D, --description <description> - Contribution description
  • -d, --date <date> - Contribution date (YYYY-MM-DD)
  • -u, --url <url> - Contribution URL
  • -c, --content-type <contentType> - Content type (for content-creation)
  • -e, --event-format <eventFormat> - Event format (Virtual, In-Person, Hybrid)
  • -C, --country <country> - Country (for in-person/hybrid events)
  • -i, --in-person-attendees <number> - In-person attendees
  • -a, --attendees <number> - Total attendees
  • -r, --readers <number> - Number of readers
  • -s, --time-spent <number> - Time spent in minutes
  • -x, --no-interactive - Disable interactive mode

Remove a Contribution

gde-contributions remove
# or
gdec r

Note: The Advocu API currently does not support removing contributions via API. Please visit advocu.com to manage your contributions.

Version

gde-contributions -v
# or
gdec --version

Help

gde-contributions -h
# or
gdec --help

Development

Setup

git clone <repository-url>
cd gde-contributions
pnpm install

Build

pnpm build

Development Mode

pnpm dev

Test Locally

pnpm build
npm link

License

MIT © Ahmad Awais

Author

Ahmad Awais (@_AhmadAwais)


Built with 💜 for the GDE community.