Epic Stack "reset-project" Script #1052
Replies: 2 comments 1 reply
-
|
I understand the pain of having to remove a bunch of stuff from the stack. But I would say that 95% of the value of the Epic stack is the ability to reference how things are done, and only 5% is to start a new project. People reference this stack way more than they start new projects, so I want to optimize for that. It doesn't take a ton of time to remove stuff, and adding a bunch of complexity to get things removed is maintenance overhead that I don't have bandwidth for. I think what would be really beneficial, though, is if somebody built a separate CLI or even made a pull request to epicli, which handled this. That could be done outside of this repo. So I'm definitely interested in something like that if I don't have to maintain it (since I just don't have the bandwidth). |
Beta Was this translation helpful? Give feedback.
-
|
Been a little busy and only had time to look at this today for a bit. PR which is very much still a work in progress at the moment but I wanted to link it to the discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Taking inspiration from Expo for React Native projects, I personally think it would be useful to have a script that resets the project to either a clean slate completely or 90% of everything and leaving the authentication flows in place.
The flow would look something like this:
I think this would be beneficial for a couple of reasons, mainly, it would save on time needed having to go through and strip out the unwanted bits manually, it would serve as a reference point within the project if needed and it would be nice to be able to point AI (in all its glory) to it if and when needed.
Before going ahead and looking at this for myself, I was wondering if there is much appetite for it in an official capacity.
Beta Was this translation helpful? Give feedback.
All reactions