A general-purpose CLI tool that detects the operating system and programming environment, then performs context-aware actions accordingly. Designed to be extendable and support multi-language development workflows.
This project is inspired by and complements avcmt-py, which focuses specifically on Python-based semantic automation.
- GitHub: https://github.com/andyvandaric/avcmt
- PyPI: https://pypi.org/project/avcmt
- Related Python Project: avcmt-py on PyPI
This project is licensed under the Apache License 2.0.
The current version of avcmt
focuses primarily on Python environments. All core features from avcmt-py
have been integrated to serve as the initial implementation layer.
Future releases of avcmt
will include broader multi-language and multi-platform support, allowing developers to automate workflows across Bash, PowerShell, and other scripting languages.
This project is designed as a modular, extensible CLI that adapts based on your operating system and language of choice.
Stay tuned for cross-language CLI support in upcoming versions.