0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Guard to symlink watched folders recursively into the current.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 10.0
~> 3.0

Runtime

 Project Readme

Guard::Symlink

Symlink guard allows you automatically link all files from watched folders to your execution folder. Folder paths get created and removed automatically if needed.

Installation

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

Usage

bundle exec guard -w /workspace/link_to_current/ /workspace/anotherone/

Options

Available options:

  • :ignore - an Array of files that should get ignored.

Contributing

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.

License

The gem is available as open source under the terms of the MIT License.