๐ Finally – The source code of the Deployment Editor (https://blog.tugi.ch/deployment-editor-preview) is now available on GitHub since the beginning of this week!
๐ Link to the repository:
https://github.com/tugich/DeploymentEditor
Open Source
In my opinion, you reach many more engineers with open source projects, and the most important advantage of the whole thing: Bringing in ideas and implementing them together!
Programming Language – PureBasic
The application is mainly written in PureBasic and PowerShell. The reason for this is quite simple: PureBasic costs very little compared to the larger IDEs, but offers a huge range of libraries. The language is very easy to learn and the documentation is clean and includes many examples for each library.
๐ Official website:
https://www.purebasic.com
And another point: applications written in Purebasic are extremely fast. As with any application development, the responsibility of using multi-threading lies with the developer. I hope to optimize a lot with further development and get the best out of it.
Future Planning
- General UI Improvements
- Plugin Support (PowerShell)
- Validator and Debugger
- Direct Export to Intune and SCCM
- Support for Folders and Filters (if then
- Support for Drag and Drop Actions (Import MSI, …)
- Something with AI ๐ค
- (…)