Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jadjoubran/getcomposer

Download composer using npm
https://github.com/jadjoubran/getcomposer

Last synced: 5 days ago
JSON representation

Download composer using npm

Awesome Lists containing this project

README

        

# getcomposer
Download composer using npm

````shell
#global
npm install -g getcomposer

#local
npm install getcomposer
````

# Update composer
````shell
#if you have it global
composer self-update

#if you have it local
php node_modules/getcomposer/composer.phar self-update

````

# Why does this package exist?
Being able to install composer from `npm` makes it easier for people/organizations already using npm to install composer.