happyculture / combawa-wrapper
Provides a combawa executable for your global PATH
Installs: 10
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
pkg:composer/happyculture/combawa-wrapper
Requires
- webflo/drupal-finder: ^1.0
Conflicts
This package is auto-updated.
Last update: 2025-11-28 20:04:51 UTC
README
This is the wrapper of the Combawa project to build your Drupal projects: https://github.com/Happyculture/combawa
Installation
Standalone
- clone the repository in your prefered location
- run "composer install" to get all dependencies
- add
[full-wrapper-path]/bin/combawato youPATHOR create a symlink to you bin directory example:ln -s [full-wrapper-path]/bin/combawa /usr/bin/combawa
Composer based
- run
composer global require happyculture/combawa-wrapper:"^1.0" - add
[full-wrapper-path]/bin/combawato youPATHOR create a symlink to you bin directory example:ln -s [full-wrapper-path]/bin/combawa /usr/bin/combawa
Usage
Go to any directory in your project and type combawa followed by the usual Combawa arguments.