Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krsbx/create-roses-electron

Simplify process of creating an Electron Desktop App with TypeScript, Vite, and React
https://github.com/krsbx/create-roses-electron

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        


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][contribute-image]][contribute-url] [![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]

[downloads-image]: https://img.shields.io/npm/dm/create-roses-electron?color=364fc7&logoColor=364fc7
[npm-url]: https://www.npmjs.com/package/create-roses-electron
[npm-image]: https://img.shields.io/npm/v/create-roses-electron?color=0b7285&logoColor=0b7285
[contribute-url]: https://github.com/krsbx/create-roses-electron/blob/main/CONTRIBUTING.md
[contribute-image]: https://img.shields.io/badge/PRs-welcome-blue.svg

## Table of contents

- What is CRE?
- Getting Started
- CLI Docs
- Contributors

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

```bash
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](CONTRIBUTING.md) before opening an issue or PR** so you understand the branching strategy and local development environment.