Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fubarhouse fubarhouse released this 15 Nov 02:42
· 51 commits to master since this release

This has been a long time coming!

After multiple lessons learnt from the previous version (0.1.x), the following has happened:

  • Now uses configuration management from Cobra.
  • Now uses command-line API's from Viper.
  • All binaries have been either removed or consolidated.
  • A lot of make file functions, commands and binaries have been either deprecated or removed.
  • Tighter integration with composer, it depends a great deal on composer
  • docroot folder is configurable - so it'll depend on your composer.json file
  • A brand new name - one step towards a branding strategy, should the project make it that far.
  • Some commands have been renamed and simplified (ie sync, runner, user, project)
  • Certain functionality will eventually be removed, but none has been removed yet - just the binaries.
  • Initialise command to generate the required files in the required directory, so you can use your own templates and configurations.
  • Just type drubuild init && drubuild to get started.