Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.54k stars 847 forks source link

Installing Packages via config.yml #2135

Open tomjn opened 4 years ago

tomjn commented 4 years ago

To save the writing of utilities for things provided by package managers, perhaps we can support ruby/npm/composer packages out of the box, with something like this:

packages:
  composer:
    humanmade/coding-standards: *
  gems:
    - wordmove
  npm:
    - sass

Related to #2129

Mte90 commented 4 years ago

I like this idea, the big problem is about conflicts and logs but is something that can be interesting to add.