BX is a command-line tool for developers working on 1C-Bitrix platform modules. It allows you to declaratively define all stages of project build, as well as validate the module configuration and deploy the final distribution. Build configurations are versioned alongside the project, ensuring consistency and traceability of changes throughout the development process.
📘 Documentation: https://pixel365.github.io/bx
Contributions to BX are welcome and appreciated.
If you would like to report an issue, suggest an enhancement, or contribute code, please first review our contribution guidelines.
To contribute:
- Fork the repository and create a feature branch.
- Make your changes, ensuring code quality, test coverage, and documentation.
- Run
make
to verify formatting, linting, and checks. - Submit a pull request with a clear summary and reference to any related issues.
All contributions are subject to review and must pass CI checks before being merged.
Open an issue or start a pull request to get involved 🚀