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

uc-dev

v1.0.5

Published

Electron CLI project builder for uc-runtime apps

Readme

:Shree Ganeshay Namah:

🚀 uc-dev

CLI Tool for building and scaffolding UC-based Electron projects

uc-dev helps you:

  • Build designer files
  • Configure project structure
  • Generate Electron startup files
  • Generate ucconfig.js
  • Generate TypeScript config
  • Quickly scaffold a ready-to-run UC project

📦 Installation

npm install -g uc-dev

Or use locally:

npm install --save-dev uc-dev

🛠 Commands

1️⃣ uc-dev build

Builds designer files only.

uc-dev build

✔ Compiles designer ✔ Prepares runtime-ready files

2️⃣ uc-dev setup

Launches interactive setup menu.

uc-dev setup

📋 MAIN MENU

--M A I N - M E N U-----------
  P = Parameters
  B = Build Designers
  G = Generate
  Q = Quit
What to Do Now ? (q):

🔹 P = Parameters

Configure project directories and related settings: src directory out directory resource directory designer directory other setup-related paths These values are later used when generating files.

🔹 B = Build Designers

Shortcut for: uc-dev build

🔹 G = Generate

Opens Generate Submenu

--G E N E R A T E-------------
  E = Electron Stuffs
  S = Sample Style1
  U = 'ucconfig.js' file
  V = '.vscode/settings.json' file
  T = 'tsconfig.json' for project
  A = Do All Above
  Q = Quit
What to Do Now ? (q):

🔹 E = Electron Stuffs

Generates starter Electron files:

  • main process file
  • preload file
  • renderer starter
  • basic window creation
  • Quick start structure for Electron project.

🔹 S = Sample Style1

Generates: Sample UserControl Sample Template Demo structure for understanding UC pattern

🔹 U = ucconfig.js

Generates ucconfig.js using values collected from Parameters section.

🔹 V = .vscode/settings.json

Generates VSCode settings for: Better path resolution Improved project visibility Cleaner TypeScript experience

🔹 T = tsconfig.json

Generates recommended TypeScript configuration. Optional — only if project uses TypeScript.

🔹 A = Do All Above

Runs everything:

  • Electron Stuffs
  • Sample
  • ucconfig.js
  • VSCode settings
  • tsconfig
  • Build designers

👉 Creates a ready-to-run project structure

🧠 Typical Workflow First time project setup: uc-dev setup

Go to P → configure parameters

Go to G → press A

Done ✅

Regular development build:

uc-dev build

📁 Project Structure (For Default Config)

src/
  designerFiles/
    Resources.ts
out/
ucconfig.js
tsconfig.json

Typical Workflow

uc-dev setup
uc-dev build

Development Notes

  • Commands are designed to be safe to re-run
  • Paths are resolved relative to the project
  • No manual configuration required after setup

LICENSE MIT

FEEDBACK Report issues or suggestions to improve the CLI workflow.

Github https://github.com/pratik2201/uc-dev.git

Youtube As Soon As

Happy building 🚀