Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digineo/bundler-symlinks
https://github.com/digineo/bundler-symlinks
ruby-bundler-plugin
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/digineo/bundler-symlinks
- Owner: digineo
- Created: 2020-07-18T09:30:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T10:55:48.000Z (7 months ago)
- Last Synced: 2024-04-29T11:54:55.705Z (7 months ago)
- Topics: ruby-bundler-plugin
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bundler Symlinks
This [Bundler plugin](https://bundler.io/guides/bundler_plugins.html) creates symlinks to the installed Gems.
This makes it possible to use Gems as Node packages without installing them twice.## Installation
Add this line to your application's Gemfile:
```ruby
plugin "bundler-symlinks", git: 'https://github.com/digineo/bundler-symlinks'
```## Usage
Execute
$ bundle install
and symlinks should be created in `.bundle/gems`.