create-roses-electron
v0.1.4
Published
Simplify process of creating an Electron project with React and Vite
Downloads
2
Readme
Table of contents
- What is CRE?
- Getting Started
- CLI Docs
- Contributors
"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.
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
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 |
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.