https://github.com/railken/composer-link
https://github.com/railken/composer-link
composer link symlink
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/railken/composer-link
- Owner: railken
- License: mit
- Created: 2019-04-10T19:54:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T19:42:19.000Z (about 5 years ago)
- Last Synced: 2025-01-24T08:44:17.285Z (9 months ago)
- Topics: composer, link, symlink
- Language: PHP
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Composer Link
[](https://travis-ci.org/railken/composer-link)
A package has been created to speed-up the development by symlinking packages. Install the package globally.
composer global require railken/composer-link
If this is your first global composer package, you have to add the composer pathexport PATH=$PATH:$HOME/.composer/vendor/bin
## Commands
Package:composer-link link
composer-link unlinkProject:
composer-link link [vendor/mypackage]
composer-link unlink [vendor/mypackage]