Aptivi Development Toolkit (ADT) availability announcement
Earlier, we have worked on the shell-based development toolkit that allowed users to build projects and applications more efficiently with the use of shell scripts. We were proud when we had released the toolkit under the tools repository in GitHub.
However, the problems that followed it, including inconsistency in the vendor scripts structure (one shell file for Linux and macOS vs. various batch files for Windows), and maintenance burdens, caused us to implement the second-generation development toolkit, which we’ll announce below.
Today, we are very excited to announce that the Aptivi Development Toolkit (ADT) implementation is now finally finished!
However, we are going to make this toolkit available shortly, as we are conducting further tests to the toolkit to ensure that it works as intended on multiple projects, such as our public projects. Without further ado, we’ll tell you about some of the key features of how ADT will transform your development experience when working on projects:
- Python instead of shell scripts: We have advocated into using Python 3.x in the development toolkit as it’s available on all major platforms, such as Windows, macOS, and Linux. It also simplifies the way you implement your vendor scripts to reduce maintenance burden and to make your scripts more convenient to work with.
- Built-in report system: The development toolkit provides you an “internal report” facility that allows you to generate a report about your project to a text file either locally or on a remote SSH server. This lets you get extensive details about your projects effortlessly.
- Built-in basic Git integration: ADT also contains the Git integration, which allows you to perform some of the most common Git operations, including committing, pushing, and so on. This is not a drop-in replacement for Git and its command-line interface, as it only focuses on the basics.
- Conventional commits: The Git integration’s commits use conventional commits that we’ve described in our contribution guidelines. Alternatively, you can use the standard
git commit command if you want to opt out from conventional commits. - Cloneable as a Git submodule: ADT respects the old script-based toolkit’s goals by making it cloneable as a submodule to make the toolkit focus on only one project. This also allows you to maintain different revisions of ADT across different Git repositories.
But, why Python? Why not C# in .NET? Because Python is a scripting language, while C# is more suited for applications. We are very grateful to explore new opportunities moving forward with the ADT toolkit!
The initial version will be released as a drop-in replacement for the script-based development toolkit, but you can still use the older toolkit under a new, archived branch.
Please note that you’ll have to obtain Python 3.10 or greater to be able to use this toolkit without any problems.
#ADT #AptiviDevelopmentToolkit #BuildSystem #news #Python #Tech #Technology #update