Skip to content

Simplify process of creating an Electron Desktop App with TypeScript, Vite, and React

Notifications You must be signed in to change notification settings

krsbx/create-roses-electron

Repository files navigation

create-roses-electron

Interactive CLI to quickly set up an Electron projects with React and Vite.

Get started with CRE by running npx create-roses-electron

PRs-Welcome NPM version Downloads

Table of contents

What is CRE?

"Create Roses Electron" is a CLI that you can run to initialize your Electron App much faster by including all the necessary tools, React and etc, that you need by using one of the fastest tool to rebuild your code, Vite.

Keep in mind that the generated template/boilerplate can still be modified as much as you like.

Getting Started

To get started with create-roses-electron, run any of the following commands and answer any questions from the prompt:

npm

npx create-roses-electron@latest

CLI Docs

The following CLI options and flags can be use to configure the behavior when running the CLI:

Option/Flag Description
[dir] The directory to create the new Roses Electron
--noGit Explicitly tell to not init a git repository
--noInstall Explicitly tell to not install all dependencies
-y, --default Bypass the CLI and use default values for all prompts

Contributors

We 💖 contributors! Feel free to contribute to this project but please read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment.

About

Simplify process of creating an Electron Desktop App with TypeScript, Vite, and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published