Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Jon Erickson Posted July 25, 2023 Posted July 25, 2023 I've posted by Invision app template that I use to build applications to Github and turned it into a template for anyone interested. Feel free to use and pass along. Works well for many workflows. https://github.com/DeschutesDesignGroupLLC/invision-app-template
Daniel F Posted July 25, 2023 Posted July 25, 2023 How are you working with this? Cloning it from github and then manually changing the application key in the files ( namespace, comments, etc) via search and replace in all the files?
Jon Erickson Posted July 25, 2023 Author Posted July 25, 2023 6 hours ago, Daniel F said: How are you working with this? Cloning it from github and then manually changing the application key in the files ( namespace, comments, etc) via search and replace in all the files? Correct, you can create a repo directly from it since it’s a template. Add your Invision core files to the “invision” directory, replace all instances of “yourappkey” and you are ready to rock.
Daniel F Posted July 25, 2023 Posted July 25, 2023 Sounds like a lot of unnecessary work. Wouldn't it make more sense to do it the opposite way? You create the APP in your ACP and it automatically Creates a GitHub repo initializes the git repository on your dev environment Pushes it automatically to GitHub Bonus Features: Create the project/list with initial tasks in your project management tool of choice (Monday, ClickUp, Github, etc)
Jon Erickson Posted July 25, 2023 Author Posted July 25, 2023 (edited) 7 minutes ago, Daniel F said: Sounds like a lot of unnecessary work. Wouldn't it make more sense to do it the opposite way? You create the APP in your ACP and it automatically Creates a GitHub repo initializes the git repository on your dev environment Pushes it automatically to GitHub Bonus Features: Create the project/list with initial tasks in your project management tool of choice (Monday, ClickUp, Github, etc) I’ve tried both and messed around with several different flows. This is the fastest way for me. It aligns with other industry standards for project development as well and I can spin up a dev environment in a few key strokes. Not to mention I’ll configure it to the dev container spec as well so it can be used in any dev environment including remote. Edited July 25, 2023 by Jon Erickson Daniel F 1
Recommended Posts