https://github.com/daief/espf
It is used to edit startup files.
https://github.com/daief/espf
antd electron react typescript
Last synced: about 1 month ago
JSON representation
It is used to edit startup files.
- Host: GitHub
- URL: https://github.com/daief/espf
- Owner: daief
- License: mit
- Created: 2019-05-19T15:25:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:12:39.000Z (over 3 years ago)
- Last Synced: 2025-01-21T12:26:24.180Z (over 1 year ago)
- Topics: antd, electron, react, typescript
- Language: TypeScript
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## espf
Maybe `edit startup file`?
[Electron](https://electronjs.org/) Demo 应用,自动读取系统启动文件,提供编辑界面,使用快捷键保存,保存后自动追加 `source` 命令。
**只在本机(macOS)上调试过。**

## dev
启动主进程和渲染进程:
```bash
# bash 1
$ git clone git@github.com:daief/espf.git && cd espf
# yarn is necessary
$ yarn install
# start main process
$ yarn dev
```
```bash
# bash 2
# start renderer process
yarn dev:ui
```
## build & pack
```bash
# build main & ui files
$ yarn build
# after build, pack dist files to mac app
$ yarn pack:mac
```