Rocket.Chat.Apps-cli
Rocket.Chat.Apps-cli copied to clipboard
Move Hard Coded Files Out of Create
The create command has the files generated hard coded, let's look into a better way and industry standard way of doing this.
pulling from a folder and using template variables to plug the information in the files seems like a solid approach
Fix spelli g
Feel free to open PR's to do that 😄
@graywolf336 what would be an industry standard for implementing this? I am not even able to get what to search for.
@ritwizsinha maybe search how create-react-app handles it? Or how any of the generator clis handle this