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

https://github.com/tal-tech/create-electron-app

The cli project used to create Electron
https://github.com/tal-tech/create-electron-app

Last synced: 8 months ago
JSON representation

The cli project used to create Electron

Awesome Lists containing this project

README

          

# @xhbzero/cli

用于创建[https://github.com/tal-tech/create-electron-app-template](https://github.com/tal-tech/create-electron-app-template)的cli项目

## 安装

使用下列的命令安装:

```sh
npm install @xhbzero/cli -g
# 或者
yarn global add @xhbzero/cli
```

安装完成后,可以在命令行(终端)中使用 `cea` 命令。

## 开始

运行以下命令创建一个新应用:

```sh
cea electron-app
```

![(create)](resoures/create.gif)

## 其他

如果你觉得这个项目对你有用或者有趣,欢迎star,如果有建议也欢迎issue

如果你想更好的学习electron,我们有个[playground](https://github.com/tal-tech/electron-playground)项目,代码所写即所见,非常方便,保证你看了之后就会爱上它。