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

create-electron-foundation

v1.5.3

Published

An interactive CLI to bootstrap a modern, type-safe, and scalable Electron application.

Downloads

396

Readme

🚧 Project Status: BETA 🚧

[!WARNING]

This project was started as a learning exercise and you should use it accordingly.

The best way to implement new features / improve existing functionality is to participate 🙂

[!IMPORTANT]

This project was developed and tested entirely on macOS.

[!NOTE]

Known Issues

👀 Prerequisites 👀

  • nvm
    To ensure compatibility and smooth development, it's generally recommended to use a Node.js version manager. These help you easily switch between Node.js versions as needed for different projects.

    This project management is integrated with nvm and it is recommended that you have it installed on your machine when using create-electron-foundation or its scaffolded assets.

  • make
    This project uses a makefile to build & manage the project. There can be issues with Node.JS installs vs NVM depending on when each were installed.

[!IMPORTANT]

Please investigate your own system to confirm you have the ability to run a makefile command.
If you are unsure please do not attempt to automatically install packages after scaffolding.

What's Included?

create-electron-foundation scaffolds a project with a sensible default stack, but gives you the flexibility to opt out of what you don't need.

You can choose to include:

*optional
**optional : required if Database selected

Getting Started

To create a new Electron application, run the following command in your terminal:

npx create-electron-foundation@latest
npx create-electron-foundation # will call @latest

# to access other builds
npx create-electron-foundation@beta
npx create-electron-foundation@alpha

The CLI will guide you through a few interactive prompts to configure your project.

Quick Start (Default Configuration)

To skip the prompts and scaffold a project with the default options, use the -y flag:

npx create-electron-foundation -y

Command-Line Arguments

You can also customize your project setup directly via command-line arguments.

| Argument | Alias | Description | Options | Default | | -------------------- | ------- | ---------------------------------- | ------------------------------------- | ------- | | [project_name] | | Name of the project (positional) | string | - | | --project_name | | Name of the project (option) | string | - | | --router | | Router to use | 'tanstack-router', 'react-router' | - | | --styles | | Styles to use | 'tailwind', 'none' | - | | --database | | Database to use | 'sqlite', 'none' | - | | --orm | | ORM to use | 'drizzle', 'none' | - | | --ide | | IDE to use | 'cursor', 'vscode', 'none' | - | | --pkg_manager | | Package manager to use | 'npm' | 'npm' | | --initialize_git | --git | Initialize Git repository | boolean | - | | --install_packages | | Install packages after scaffolding | boolean | - | | --ci | | Run in CI mode (non-interactive) | boolean | false | | -y, --yes | | Skip prompts and use defaults | boolean | false | | -h, --help | | Show help | - | - |

Examples

Contributing

This project was built to accelerate my own learning and hopefully help others. Contributions, feedback, and suggestions are highly encouraged!

Please see our Contributing Guide for more details on how to get started.

If you have an idea for an improvement or find a bug, please open an issue or submit a pull request. Your interaction is greatly appreciated.

License

This project is licensed under the MIT License.