vccw-team / vccw

A Vagrant based development environment.
http://vccw.cc/
MIT License
1.02k stars 181 forks source link

define gems, npms and composer in the default.yml #144

Closed miya0001 closed 8 years ago

miya0001 commented 8 years ago

Move following into default.yml.

  vars:
    wp_cli_bin_url: https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
    rubygems:
      - bundler
      - wordmove
      - mailcatcher
    npms:
      - gulp-cli
      # - grunt-init
      # - grunt-cli
    composers:
      - hirak/prestissimo:*
      - phpunit/phpunit:*
      - squizlabs/php_codesniffer:*
      - wp-coding-standards/wpcs:*
      # - phpmd/phpmd:*
      # - sebastian/phpcpd:*
      # - phploc/phploc:*
      # - phing/phing:*
torounit commented 8 years ago

+1