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

gurkan

v1.0.4

Published

CLI tool to get information about Gurkan Fikret Gunak

Readme

Gurkan CLI

CLI tool to get information about Gurkan Fikret Gunak — Mobile Team Lead at Ticimax, Open Source Development Lead at MasterFabric, Cursor Ambassador.

Installation

Run directly via npx (no installation required):

npx gurkan

Or install globally:

npm install -g gurkan
gurkan

Usage

# Display full information (English)
npx gurkan

# Turkish version
npx gurkan -tr
npx gurkan --tr

# With npm start (use -- to pass args to script)
npm start -- -tr
npm run start:tr

# Show help
npx gurkan --help

# Show skills only
npx gurkan --skills

# Show contact information
npx gurkan --contact

# Show repositories
npx gurkan --repos

# Show MasterFabric company information
npx gurkan --masterfabric

# Show MasterFabric open source projects
npx gurkan --opensource

# Open GitHub profile in browser
npx gurkan --github

# Show version
npx gurkan --version

Options

| Option | Description | |--------|-------------| | --help, -h | Show help message | | --tr, -tr | Turkish version (labels & content) | | --github, -g | Open GitHub profile in browser | | --skills, -s | Display skills only | | --contact, -c | Display contact information only | | --repos, -r | Show repositories information | | --projects, -p | Alias for --repos | | --masterfabric, -m | Show MasterFabric company information | | --opensource, -o | Show MasterFabric open source projects | | --version, -v | Show version number |

Features

Multi-language

  • English (default)
  • Turkish (-tr or --tr) — labels, skills, interests, about sections

Company Information

  • Ticimax — Turkey's leading e-commerce platform. 14,000+ companies. Omnichannel, B2B, marketplace integrations.
  • MasterFabric — AI-powered product development, education, open source first. Flutter, BaaS platforms, developer tools.

Roles

  • Ticimax Mobile Team Lead
  • MasterFabric Open Sourced Development Lead

Repositories

  • masterfabric — Core platform and infrastructure
  • masterfabric-mobile — Flutter-based mobile application

Open Source Projects

  • MasterFabric Platform — Self-hosted BaaS platform
  • OSMEA — Mobile E-commerce Architecture Framework
  • MasterFabric Welcome — Developer onboarding portal
  • Developer Manifesto — Manifesto publishing platform

Examples

# Full info in English
npx gurkan

# Full info in Turkish
npx gurkan -tr

# Skills in Turkish
npx gurkan --skills -tr

# Contact info
npx gurkan --contact

# Learn about MasterFabric
npx gurkan --masterfabric

Development

# Install dependencies
npm install

# Run locally
npm start

# Or directly
node bin/gurkan.js

# Test Turkish
node bin/gurkan.js -tr
npm run start:tr

# Test name & bio table
node bin/gurkan.js --test
npm run start:test

Test before publishing

npm link
gurkan
gurkan -tr

Dependencies

  • chalk — Terminal string styling
  • boxen — Create boxes in terminal

Publishing

npm login
npm version patch
npm publish

License

MIT

Author

Gurkan Fikret Gunak — Ticimax · MasterFabric