请问HN:我们正在开发Flutter相当于RN的Ignite CLI。
我和我的朋友正在开发一个名为 fip-cli 的命令行工具,使用 Dart 编写。我们的目标是自动化设置 Flutter 项目时繁琐的任务。尽管已经有一些替代方案,但我们的长期愿景是构建类似于 React Native 的 Ignite CLI 的工具,专为 Flutter 服务。
目前,我们处于开发的早期阶段,还没有准备好在 pub.dev 上发布任何内容。我们希望在此之前将架构设计得尽善尽美,这也是我们希望在这里分享以获取反馈的原因。
代码库链接: https://github.com/cKalens/fip-cli
我们非常乐意听取关于架构、代码或整体概念的任何想法。对于我们在 Dart 或其他语言中的 CLI 设计,任何反馈都将不胜感激。
查看原文
My friend and I are working on a CLI tool called fip-cli in Dart.<p>Our aim is to automatically do the tedious tasks involved in setting up a Flutter project. Even though there exist some alternatives, our long term vision is to build something like the React Native's Ignite CLI, but for Flutter.<p>At the moment, we are at a very early stage of development and not yet ready to publish anything on pub.dev. We want to get our architecture just right before doing that, which is why we wanted to share it here for feedback.<p>Repo: https://github.com/cKalens/fip-cli<p>Would be happy to hear any thoughts about the architecture, code, or concept in general. Any feedback on our CLI design in Dart or any language would be greatly appreciated.