Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 25, 20231 yr 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
July 25, 20231 yr 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?
July 25, 20231 yr Author 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.
July 25, 20231 yr 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)
July 25, 20231 yr Author 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, 20231 yr by Jon Erickson