Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/railken/composer-link
https://github.com/railken/composer-link
composer link symlink
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/railken/composer-link
- Owner: railken
- License: mit
- Created: 2019-04-10T19:54:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T19:42:19.000Z (over 4 years ago)
- Last Synced: 2024-12-24T09:17:09.451Z (about 1 month 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
[![Build Status](https://travis-ci.org/railken/composer-link.svg?branch=master)](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]