happyculture / combawa-wrapper
Provides a combawa executable for your global PATH
1.0.0
2019-03-04 16:26 UTC
Requires
- webflo/drupal-finder: ^1.0
Conflicts
This package is auto-updated.
Last update: 2024-10-28 17:53:05 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/combawa
to youPATH
OR 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/combawa
to youPATH
OR 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.