Symlink guard allows you automatically link all files from watched folders to your execution folder. Folder paths get created and removed automatically if needed.
Please be sure to have Guard installed before continue.
Install the gem:
gem install guard-symlink
Add it to your Gemfile (inside test group):
gem 'guard-symlink'
Add guard definition to your Guardfile by running this command:
guard init symlink
bundle exec guard -w /workspace/link_to_current/ /workspace/anotherone/
Available options:
- :ignore - an Array of files that should get ignored.
Bug reports and pull requests are welcome on GitHub at https://github.com/thorsteneckel/guard-symlink. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.