Blushyes
Blushyes
可以,我后面有空再看下
Perhaps we can do it like this: ``` my-template/ ├── bin/ │ └── cli.js # Executable entry file ├── templates/ # Directory for template files │ └── default/ # Default...
> Would love any kind of contributions! > > This is good but actually, I am looking into more granular feature selection during `init`. Like: > > ### Usage: >...
> This is great that we are on a same page. Please let me know if you want to continue on this. Yes, I will try to implement it.
After some thought, I realized that directly modifying this project would result in high coupling and potentially "pollute" the template. So, I decided to create a separate CLI project instead....
Tomorrow, I'll continue to improve **kern**. Once it’s fully built, we’ll only need to add a **template.config.json** file in the template project to enable modular creation of template projects. 🥳
> This sounds great! Looking forward! > > But apart for files inclusion/ exclusion, we may also need to run some scripts to update config files based on user selection?...
> BTW why not use existing geenrators for this pupose? like this one here, its maintained and covers many cases: https://github.com/plopjs/plop It looks pretty good.
> 是的,我在查看 Linux 支持问题时发现了 Gaunlet,它也是一个非常酷的项目。不过我理解你的决定,Windows 系统有时确实很麻烦,但问题是,我专门在寻找一款类似于 Raycast 的 Windows 启动器应用。 Maybe you could take a look at [Sofast](https://sofast.fun), which I developed. It’s built on Tauri2 — not purely in Rust,...
> 很抱歉,没有。手边也没有mac设备,也编译不了。 > > 如果您使用的是intel x86_64版的mac的话,可以尝试在docker里运行PaddleOCR-json。docker应该能提供一个linux x86_64的环境,可以直接编译/运行引擎。不过arm、m系列芯片的mac则不推荐用docker。 > > 不过好消息是PaddleOCR-json的依赖还算简单,而且所有依赖都有mac版的预编译包可以下载。 因此您如果有条件的话可以自己编译一份mac版的引擎。 > > 1. 首先配置一套c++环境 > 2. 首先下载[opencv (看那个brew安装的章节)](https://www.cnblogs.com/RioTian/p/17409555.html) 和[paddle ocr预测库](https://www.paddlepaddle.org.cn/inference/v3.0/guides/install/download_lib.html#mac) > 3. 然后跟随[linux文档](https://github.com/hiroi-sora/PaddleOCR-json/blob/main/cpp/README-linux.md)走完第一大章`前期准备` > 4. 接着修改一下这个文件的宏`PaddleOCR-json/cpp/src/task_linux.cpp`,把下面这行 > > >...