I’ve searched for quite awhile but maybe I’m not searching for the correct terms. I’m looking for tools like Gulp or Vite that I can use to quickly create new templates of modules, plugins, etc. Also to handle customizable tasks that would speed up development. Is there anything out there that already exists like this for UE5?
Like a cli tool that I could use like,
$ helperTool module [Module Name] --flags
// scaffolds module with correct name and hooks up to project correctly