How to create a cli like create-t3-app?
I am hoping to create a template similar to create-t3-app which is inspired by t3-stack as well but with my personalised spin on it. I know how to create CLIs but I was wondering if there are any tips/shortcuts/suggestions that I can use to create it without wanting to kill myself. Please help me out. 🙂
5 Replies
You can take a look at
ink
, which allows you to use react in the terminalUnknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yes, I am looking into it. The code is simple so I think I will be able to understand it. The only thing I am wondering about is that if it works like react-native-rename.
you can read the code in our github repo 🙂
Reading it.
@cje is it like react-native-rename?
If yes, then sweet. I have already implemented a custom solution using that repo. If not, then I will have to do a little more digging.