0.1.4 • Published 1 year ago

create-roses-electron v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

PRs-Welcome NPM version Downloads

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/FlagDescription
[dir]The directory to create the new Roses Electron
--noGitExplicitly tell to not init a git repository
--noInstallExplicitly tell to not install all dependencies
-y, --defaultBypass 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.