oh-my-fish/plugins/composer/composer_install.fish
Natrim d3daa585aa Composer plugin
- add function "composer"
- uses local composer if available
- add function "composer_install" to install composer to current dir
2014-11-28 19:45:55 +11:00

5 lines
124 B
Fish

# install composer in the current directory
function composer_install
curl -s https://getcomposer.org/installer | php
end