Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jadjoubran/getcomposer
- Owner: jadjoubran
- License: mit
- Created: 2015-05-10T20:56:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T19:17:40.000Z (almost 6 years ago)
- Last Synced: 2024-11-03T03:34:53.356Z (10 days ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.