readme: Add link to npm and mention composer

This commit is contained in:
Fabio Rehm 2013-10-23 22:23:19 -02:00
parent b769618f81
commit 2b56bef572

View file

@ -208,7 +208,7 @@ folder under the result of running `rvm info` as the default SSH user (usualy
it is already installed before enabling the bucket, otherwise you won't benefit it is already installed before enabling the bucket, otherwise you won't benefit
from this plugin. from this plugin.
#### npm #### [npm](https://npmjs.org/)
```ruby ```ruby
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
@ -225,6 +225,18 @@ If you use
on the guest machine, make sure it is already installed before enabling on the guest machine, make sure it is already installed before enabling
the bucket, otherwise you won't benefit from this plugin. the bucket, otherwise you won't benefit from this plugin.
#### [Composer](http://getcomposer.org/)
```ruby
Vagrant.configure("2") do |config|
config.vm.box = 'some-box-with-php-installed'
config.cache.enable :composer
end
```
Compatible with probably any type of linux guest distro, will cache guests'
`$HOME/.composer` if PHP is detected.
##### APT-CACHER ##### APT-CACHER
```ruby ```ruby